Shades of Persian Red #CC3731
Tints of Persian Red #CC3731
RGB
CMYK
RGB Variations
Color information
#CC3731 (or 0xCC3731) is known color: Persian Red. HEX triplet: CC, 37 and 31. RGB value is (204,55,49). Sum of RGB (Red+Green+Blue) = 204+55+49=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3731 is #33C8CE. Grayscale: #636363. Windows color (decimal): -3393743 or 3225548. OLE color: 3225548.
HSL color Cylindrical-coordinate representation of color #CC3731: hue angle of 2.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3731 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 49 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.2 |
| HSL | 2.32º | 0.61% | 0.5% | - |
| HSV(B) | 2.32º | 0.76% | 0.8% | - |
| XYZ | 26.82 | 15.79 | 4.54 | - |
| YUV | 98.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 49 | 0 | 0.73 | 0.76 | 0.2 | 2.32 | 0.61 | 0.5 |
| Hex | CC | 37 | 31 | 0 | 49 | 4C | 14 | 2 | 3D | 32 |
| Octal | 314 | 67 | 61 | 0 | 111 | 114 | 24 | 2 | 75 | 62 |
| Binary | 11001100 | 110111 | 110001 | 0 | 1001001 | 1001100 | 10100 | 10 | 111101 | 110010 |
Color Harmonies of #CC3731
Complementary color
Monochromatic Colors of #CC3731
Black with #CC3731
Text Example
Text Example
White with #CC3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3731; }
p { color: rgb(204,55,49); }
H1.HeaderClassName
{
color: #CC3731;
}
.AnyTagClassName
{
color: #CC3731;
}
</style>
background-color css
<style>
a { background-color: #CC3731; }
a { background-color: rgb(204,55,49); }
div.DivClassName
{
background-color: #CC3731;
}
.BgClassName
{
background-color: #CC3731;
}
</style>
border-color css
<style>
span { border-color: #CC3731; }
span { border-color: rgb(204,55,49); }
td.TdClassName
{
border-color: #CC3731;
}
.TagClassName
{
border-color: #CC3731;
}
</style>