Shades of Persian Red #CC3931
Tints of Persian Red #CC3931
RGB
CMYK
RGB Variations
Color information
#CC3931 (or 0xCC3931) is known color: Persian Red. HEX triplet: CC, 39 and 31. RGB value is (204,57,49). Sum of RGB (Red+Green+Blue) = 204+57+49=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3931 is #33C6CE. Grayscale: #646464. Windows color (decimal): -3393231 or 3226060. OLE color: 3226060.
HSL color Cylindrical-coordinate representation of color #CC3931: hue angle of 3.1º 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 #CC3931 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.2 |
| HSL | 3.1º | 0.61% | 0.5% | - |
| HSV(B) | 3.1º | 0.76% | 0.8% | - |
| XYZ | 26.92 | 15.99 | 4.57 | - |
| YUV | 100.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 49 | 0 | 0.72 | 0.76 | 0.2 | 3.1 | 0.61 | 0.5 |
| Hex | CC | 39 | 31 | 0 | 48 | 4C | 14 | 3 | 3D | 32 |
| Octal | 314 | 71 | 61 | 0 | 110 | 114 | 24 | 3 | 75 | 62 |
| Binary | 11001100 | 111001 | 110001 | 0 | 1001000 | 1001100 | 10100 | 11 | 111101 | 110010 |
Color Harmonies of #CC3931
Complementary color
Monochromatic Colors of #CC3931
Black with #CC3931
Text Example
Text Example
White with #CC3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3931; }
p { color: rgb(204,57,49); }
H1.HeaderClassName
{
color: #CC3931;
}
.AnyTagClassName
{
color: #CC3931;
}
</style>
background-color css
<style>
a { background-color: #CC3931; }
a { background-color: rgb(204,57,49); }
div.DivClassName
{
background-color: #CC3931;
}
.BgClassName
{
background-color: #CC3931;
}
</style>
border-color css
<style>
span { border-color: #CC3931; }
span { border-color: rgb(204,57,49); }
td.TdClassName
{
border-color: #CC3931;
}
.TagClassName
{
border-color: #CC3931;
}
</style>