#CB3E37

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

Shades of Persian Red #CB3E37

Tints of Persian Red #CB3E37

Color information

#CB3E37 (or 0xCB3E37) is unknown color: approx Persian Red. HEX triplet: CB, 3E and 37. RGB value is (203,62,55). Sum of RGB (Red+Green+Blue) = 203+62+55=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E37 is #34C1C8. Grayscale: #676767. Windows color (decimal): -3457481 or 3620555. OLE color: 3620555.

HSL color Cylindrical-coordinate representation of color #CB3E37: hue angle of 2.84º 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 #CB3E37 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2036255-
CMYK00.690.730.20
HSL2.84º58.73%50.59%-
HSV(B)2.84º72.91%79.61%-
XYZ27.0416.425.36-
YUV103.36100.71199.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.44%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=63.44%
G=19.38%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203625500.690.730.202.8458.7350.59
HexCB3E37045491433b33
Octal313766701051112437363
Binary110010111111101101110100010110010011010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E37; }

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

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

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

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

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

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

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

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