#CC3836

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

Shades of Persian Red #CC3836

Tints of Persian Red #CC3836

Color information

#CC3836 (or 0xCC3836) is unknown color: approx Persian Red. HEX triplet: CC, 38 and 36. RGB value is (204,56,54). Sum of RGB (Red+Green+Blue) = 204+56+54=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3836 is #33C7C9. Grayscale: #646464. Windows color (decimal): -3393482 or 3553484. OLE color: 3553484.

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

Color convert

RGB2045654-
CMYK00.730.740.2
HSL0.8º59.52%50.59%-
HSV(B)0.8º73.53%80%-
XYZ26.9815.935.14-
YUV100.02102.03202.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=64.97%
G=17.83%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204565400.730.740.20.859.5250.59
HexCC38360494A1413c33
Octal314706601111122417463
Binary11001100111000110110010010011001010101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3836; }

 p { color: rgb(204,56,54); }

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

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

 a { background-color: rgb(204,56,54); }

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

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

 span { border-color: rgb(204,56,54); }

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