#CB4237

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

Shades of Persian Red #CB4237

Tints of Persian Red #CB4237

Color information

#CB4237 (or 0xCB4237) is unknown color: approx Persian Red. HEX triplet: CB, 42 and 37. RGB value is (203,66,55). Sum of RGB (Red+Green+Blue) = 203+66+55=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4237 is #34BDC8. Grayscale: #696969. Windows color (decimal): -3456457 or 3621579. OLE color: 3621579.

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

Color convert

RGB2036655-
CMYK00.670.730.20
HSL4.46º58.73%50.59%-
HSV(B)4.46º72.91%79.61%-
XYZ27.2716.875.43-
YUV105.7199.39197.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.65%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 55 (21.88% from 255) = 16.98%
R=62.65%
G=20.37%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203665500.670.730.204.4658.7350.59
HexCB4237043491443b33
Octal3131026701031112447363
Binary11001011100001011011101000011100100110100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4237; }

 p { color: rgb(203,66,55); }

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

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

 a { background-color: rgb(203,66,55); }

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

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

 span { border-color: rgb(203,66,55); }

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