#CB3F2C

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

Shades of Persian Red #CB3F2C

Tints of Persian Red #CB3F2C

Color information

#CB3F2C (or 0xCB3F2C) is unknown color: approx Persian Red. HEX triplet: CB, 3F and 2C. RGB value is (203,63,44). Sum of RGB (Red+Green+Blue) = 203+63+44=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F2C is #34C0D3. Grayscale: #666666. Windows color (decimal): -3457236 or 2899915. OLE color: 2899915.

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

Color convert

RGB2036344-
CMYK00.690.780.20
HSL7.17º64.37%48.43%-
HSV(B)7.17º78.33%79.61%-
XYZ26.8616.434.14-
YUV102.6994.88199.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.48%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=65.48%
G=20.32%
B=14.19%

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
Decimal203634400.690.780.207.1764.3748.43
HexCB3F2C0454E1474030
Octal3137754010511624710060
Binary11001011111111101100010001011001110101001111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3F2C; }

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

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

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

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

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

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

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

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