Shades of Persian Red #CC4236
Tints of Persian Red #CC4236
RGB
CMYK
RGB Variations
Color information
#CC4236 (or 0xCC4236) is known color: 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
| RGB | 204 | 66 | 54 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.2 |
| HSL | 4.8º | 0.6% | 0.51% | - |
| HSV(B) | 4.8º | 0.74% | 0.8% | - |
| XYZ | 27.52 | 17 | 5.32 | - |
| YUV | 105.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 54 | 0 | 0.68 | 0.74 | 0.2 | 4.8 | 0.6 | 0.51 |
| Hex | CC | 42 | 36 | 0 | 44 | 4A | 14 | 5 | 3C | 33 |
| Octal | 314 | 102 | 66 | 0 | 104 | 112 | 24 | 5 | 74 | 63 |
| Binary | 11001100 | 1000010 | 110110 | 0 | 1000100 | 1001010 | 10100 | 101 | 111100 | 110011 |
Color Harmonies of #CC4236
Complementary color
Monochromatic Colors of #CC4236
Black with #CC4236
Text Example
Text Example
White with #CC4236
Text Example
Text Example
HTML Codes & Css Web 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>