#CB3624

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

Shades of Persian Red #CB3624

Tints of Persian Red #CB3624

Color information

#CB3624 (or 0xCB3624) is unknown color: approx Persian Red. HEX triplet: CB, 36 and 24. RGB value is (203,54,36). Sum of RGB (Red+Green+Blue) = 203+54+36=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3624 is #34C9DB. Grayscale: #606060. Windows color (decimal): -3459548 or 2373323. OLE color: 2373323.

HSL color Cylindrical-coordinate representation of color #CB3624: hue angle of 6.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB3624 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB2035436-
CMYK00.730.820.20
HSL6.47º69.87%46.86%-
HSV(B)6.47º82.27%79.61%-
XYZ26.2715.463.27-
YUV96.593.86203.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.28%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=69.28%
G=18.43%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203543600.730.820.206.4769.8746.86
HexCB362404952146462f
Octal3136644011112224610657
Binary11001011110110100100010010011010010101001101000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3624; }

 p { color: rgb(203,54,36); }

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

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

 a { background-color: rgb(203,54,36); }

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

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

 span { border-color: rgb(203,54,36); }

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