#CC4236

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

Shades of Persian Red #CC4236

Tints of Persian Red #CC4236

Color information

#CC4236 (or 0xCC4236) is unknown color: approx Persian Red. HEX triplet: CC, 42 and 36. RGB value is (204,66,54). Sum of RGB (Red+Green+Blue) = 204+66+54=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4236 is #33BDC9. Grayscale: #6A6A6A. Windows color (decimal): -3390922 or 3556044. OLE color: 3556044.

HSL color Cylindrical-coordinate representation of color #CC4236: hue angle of 4.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 #CC4236 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB2046654-
CMYK00.680.740.2
HSL4.8º59.52%50.59%-
HSV(B)4.8º73.53%80%-
XYZ27.52175.32-
YUV105.8998.72197.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.96%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=62.96%
G=20.37%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204665400.680.740.24.859.5250.59
HexCC42360444A1453c33
Octal3141026601041122457463
Binary11001100100001011011001000100100101010100101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4236; }

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

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

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

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

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

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

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

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