#C23B38

Color #C23B38 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C23B38

Tints of Persian Red #C23B38

Color information

#C23B38 (or 0xC23B38) is unknown color: approx Persian Red. HEX triplet: C2, 3B and 38. RGB value is (194,59,56). Sum of RGB (Red+Green+Blue) = 194+59+56=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B38 is #3DC4C7. Grayscale: #636363. Windows color (decimal): -4048072 or 3685314. OLE color: 3685314.

HSL color Cylindrical-coordinate representation of color #C23B38: hue angle of 1.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23B38 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1945956-
CMYK00.700.710.24
HSL1.3º55.2%49.02%-
HSV(B)1.3º71.13%76.08%-
XYZ24.5314.885.32-
YUV99.02103.73195.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=62.78%
G=19.09%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194595600.700.710.241.355.249.02
HexC23B38046471813731
Octal302737001061073016761
Binary11000010111011111000010001101000111110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B38; }

 p { color: rgb(194,59,56); }

 H1.HeaderClassName
 {
   color: #C23B38;
 }
 .AnyTagClassName
 {
   color: #C23B38;
 }
</style>
background-color css

<style>
 a { background-color: #C23B38; }

 a { background-color: rgb(194,59,56); }

 div.DivClassName
 {
   background-color: #C23B38;
 }
 .BgClassName
 {
   background-color: #C23B38;
 }
</style>
border-color css

<style>
 span { border-color: #C23B38; }

 span { border-color: rgb(194,59,56); }

 td.TdClassName
 {
   border-color: #C23B38;
 }
 .TagClassName
 {
   border-color: #C23B38;
 }
</style>