#CB3E2C

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

Shades of Persian Red #CB3E2C

Tints of Persian Red #CB3E2C

Color information

#CB3E2C (or 0xCB3E2C) is unknown color: approx Persian Red. HEX triplet: CB, 3E and 2C. RGB value is (203,62,44). Sum of RGB (Red+Green+Blue) = 203+62+44=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E2C is #34C1D3. Grayscale: #666666. Windows color (decimal): -3457492 or 2899659. OLE color: 2899659.

HSL color Cylindrical-coordinate representation of color #CB3E2C: hue angle of 6.79º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB3E2C is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB2036244-
CMYK00.690.780.20
HSL6.79º64.37%48.43%-
HSV(B)6.79º78.33%79.61%-
XYZ26.8116.324.12-
YUV102.1195.21199.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.70%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=65.70%
G=20.06%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203624400.690.780.206.7964.3748.43
HexCB3E2C0454E1474030
Octal3137654010511624710060
Binary11001011111110101100010001011001110101001111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E2C; }

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

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

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

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

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

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

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

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