#cb3332

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

Shades of Persian Red #CB3332

Tints of Persian Red #CB3332

Color information

#CB3332 (or 0xCB3332) is unknown color: approx Persian Red. HEX triplet: CB, 33 and 32. RGB value is (203,51,50). Sum of RGB (Red+Green+Blue) = 203+51+50=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3332 is #34CCCD. Grayscale: #606060. Windows color (decimal): -3460302 or 3290059. OLE color: 3290059.

HSL color Cylindrical-coordinate representation of color #CB3332: hue angle of 0.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3332 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB2035150-
CMYK00.750.750.20
HSL0.39º60.47%49.61%-
HSV(B)0.39º75.37%79.61%-
XYZ26.3915.294.58-
YUV96.33101.86204.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.78%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=66.78%
G=16.78%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203515000.750.750.200.3960.4749.61
HexCB333204B4B1403c32
Octal313636201131132407462
Binary11001011110011110010010010111001011101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3332; }

 p { color: rgb(203,51,50); }

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

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

 a { background-color: rgb(203,51,50); }

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

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

 span { border-color: rgb(203,51,50); }

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