#CB342C

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

Shades of Persian Red #CB342C

Tints of Persian Red #CB342C

Color information

#CB342C (or 0xCB342C) is unknown color: approx Persian Red. HEX triplet: CB, 34 and 2C. RGB value is (203,52,44). Sum of RGB (Red+Green+Blue) = 203+52+44=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB342C is #34CBD3. Grayscale: #606060. Windows color (decimal): -3460052 or 2897099. OLE color: 2897099.

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

Color convert

RGB2035244-
CMYK00.740.780.20
HSL3.02º64.37%48.43%-
HSV(B)3.02º78.33%79.61%-
XYZ26.3115.333.96-
YUV96.2498.53204.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.89%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=67.89%
G=17.39%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203524400.740.780.203.0264.3748.43
HexCB342C04A4E1434030
Octal3136454011211624310060
Binary1100101111010010110001001010100111010100111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB342C; }

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

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

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

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

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

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

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

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