#CB352C

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

Shades of Persian Red #CB352C

Tints of Persian Red #CB352C

Color information

#CB352C (or 0xCB352C) is unknown color: approx Persian Red. HEX triplet: CB, 35 and 2C. RGB value is (203,53,44). Sum of RGB (Red+Green+Blue) = 203+53+44=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB352C is #34CAD3. Grayscale: #616161. Windows color (decimal): -3459796 or 2897355. OLE color: 2897355.

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

Color convert

RGB2035344-
CMYK00.740.780.20
HSL3.4º64.37%48.43%-
HSV(B)3.4º78.33%79.61%-
XYZ26.3615.423.97-
YUV96.8298.2203.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.67%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=67.67%
G=17.67%
B=14.67%

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
Decimal203534400.740.780.203.464.3748.43
HexCB352C04A4E1434030
Octal3136554011211624310060
Binary1100101111010110110001001010100111010100111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB352C; }

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

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

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

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

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

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

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

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