Shades of Persian Red #CC4139
Tints of Persian Red #CC4139
RGB
CMYK
RGB Variations
Color information
#CC4139 (or 0xCC4139) is known color: Persian Red. HEX triplet: CC, 41 and 39. RGB value is (204,65,57). Sum of RGB (Red+Green+Blue) = 204+65+57=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4139 is #33BEC6. Grayscale: #696969. Windows color (decimal): -3391175 or 3752396. OLE color: 3752396.
HSL color Cylindrical-coordinate representation of color #CC4139: hue angle of 3.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC4139 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 57 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.2 |
| HSL | 3.27º | 0.59% | 0.51% | - |
| HSV(B) | 3.27º | 0.72% | 0.8% | - |
| XYZ | 27.53 | 16.91 | 5.68 | - |
| YUV | 105.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 57 | 0 | 0.68 | 0.72 | 0.2 | 3.27 | 0.59 | 0.51 |
| Hex | CC | 41 | 39 | 0 | 44 | 48 | 14 | 3 | 3B | 33 |
| Octal | 314 | 101 | 71 | 0 | 104 | 110 | 24 | 3 | 73 | 63 |
| Binary | 11001100 | 1000001 | 111001 | 0 | 1000100 | 1001000 | 10100 | 11 | 111011 | 110011 |
Color Harmonies of #CC4139
Complementary color
Monochromatic Colors of #CC4139
Black with #CC4139
Text Example
Text Example
White with #CC4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4139; }
p { color: rgb(204,65,57); }
H1.HeaderClassName
{
color: #CC4139;
}
.AnyTagClassName
{
color: #CC4139;
}
</style>
background-color css
<style>
a { background-color: #CC4139; }
a { background-color: rgb(204,65,57); }
div.DivClassName
{
background-color: #CC4139;
}
.BgClassName
{
background-color: #CC4139;
}
</style>
border-color css
<style>
span { border-color: #CC4139; }
span { border-color: rgb(204,65,57); }
td.TdClassName
{
border-color: #CC4139;
}
.TagClassName
{
border-color: #CC4139;
}
</style>