Shades of Persian Red #CC3431
Tints of Persian Red #CC3431
RGB
CMYK
RGB Variations
Color information
#CC3431 (or 0xCC3431) is known color: Persian Red. HEX triplet: CC, 34 and 31. RGB value is (204,52,49). Sum of RGB (Red+Green+Blue) = 204+52+49=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3431 is #33CBCE. Grayscale: #616161. Windows color (decimal): -3394511 or 3224780. OLE color: 3224780.
HSL color Cylindrical-coordinate representation of color #CC3431: hue angle of 1.16º 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 #CC3431 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 49 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.2 |
| HSL | 1.16º | 0.61% | 0.5% | - |
| HSV(B) | 1.16º | 0.76% | 0.8% | - |
| XYZ | 26.68 | 15.52 | 4.49 | - |
| YUV | 97.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 49 | 0 | 0.75 | 0.76 | 0.2 | 1.16 | 0.61 | 0.5 |
| Hex | CC | 34 | 31 | 0 | 4B | 4C | 14 | 1 | 3D | 32 |
| Octal | 314 | 64 | 61 | 0 | 113 | 114 | 24 | 1 | 75 | 62 |
| Binary | 11001100 | 110100 | 110001 | 0 | 1001011 | 1001100 | 10100 | 1 | 111101 | 110010 |
Color Harmonies of #CC3431
Complementary color
Monochromatic Colors of #CC3431
Black with #CC3431
Text Example
Text Example
White with #CC3431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3431; }
p { color: rgb(204,52,49); }
H1.HeaderClassName
{
color: #CC3431;
}
.AnyTagClassName
{
color: #CC3431;
}
</style>
background-color css
<style>
a { background-color: #CC3431; }
a { background-color: rgb(204,52,49); }
div.DivClassName
{
background-color: #CC3431;
}
.BgClassName
{
background-color: #CC3431;
}
</style>
border-color css
<style>
span { border-color: #CC3431; }
span { border-color: rgb(204,52,49); }
td.TdClassName
{
border-color: #CC3431;
}
.TagClassName
{
border-color: #CC3431;
}
</style>