Shades of Persian Red #CC4135
Tints of Persian Red #CC4135
RGB
CMYK
RGB Variations
Color information
#CC4135 (or 0xCC4135) is known color: Persian Red. HEX triplet: CC, 41 and 35. RGB value is (204,65,53). Sum of RGB (Red+Green+Blue) = 204+65+53=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4135 is #33BECA. Grayscale: #696969. Windows color (decimal): -3391179 or 3490252. OLE color: 3490252.
HSL color Cylindrical-coordinate representation of color #CC4135: hue angle of 4.77º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4135 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 53 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.2 |
| HSL | 4.77º | 0.6% | 0.5% | - |
| HSV(B) | 4.77º | 0.74% | 0.8% | - |
| XYZ | 27.43 | 16.88 | 5.18 | - |
| YUV | 105.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 53 | 0 | 0.68 | 0.74 | 0.2 | 4.77 | 0.6 | 0.5 |
| Hex | CC | 41 | 35 | 0 | 44 | 4A | 14 | 5 | 3C | 32 |
| Octal | 314 | 101 | 65 | 0 | 104 | 112 | 24 | 5 | 74 | 62 |
| Binary | 11001100 | 1000001 | 110101 | 0 | 1000100 | 1001010 | 10100 | 101 | 111100 | 110010 |
Color Harmonies of #CC4135
Complementary color
Monochromatic Colors of #CC4135
Black with #CC4135
Text Example
Text Example
White with #CC4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4135; }
p { color: rgb(204,65,53); }
H1.HeaderClassName
{
color: #CC4135;
}
.AnyTagClassName
{
color: #CC4135;
}
</style>
background-color css
<style>
a { background-color: #CC4135; }
a { background-color: rgb(204,65,53); }
div.DivClassName
{
background-color: #CC4135;
}
.BgClassName
{
background-color: #CC4135;
}
</style>
border-color css
<style>
span { border-color: #CC4135; }
span { border-color: rgb(204,65,53); }
td.TdClassName
{
border-color: #CC4135;
}
.TagClassName
{
border-color: #CC4135;
}
</style>