Shades of Persian Red #CC302C
Tints of Persian Red #CC302C
RGB
CMYK
RGB Variations
Color information
#CC302C (or 0xCC302C) is known color: Persian Red. HEX triplet: CC, 30 and 2C. RGB value is (204,48,44). Sum of RGB (Red+Green+Blue) = 204+48+44=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC302C is #33CFD3. Grayscale: #5E5E5E. Windows color (decimal): -3395540 or 2896076. OLE color: 2896076.
HSL color Cylindrical-coordinate representation of color #CC302C: hue angle of 1.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC302C is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 44 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.2 |
| HSL | 1.5º | 0.65% | 0.49% | - |
| HSV(B) | 1.5º | 0.78% | 0.8% | - |
| XYZ | 26.41 | 15.13 | 3.91 | - |
| YUV | 94.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 44 | 0 | 0.76 | 0.78 | 0.2 | 1.5 | 0.65 | 0.49 |
| Hex | CC | 30 | 2C | 0 | 4C | 4E | 14 | 2 | 41 | 31 |
| Octal | 314 | 60 | 54 | 0 | 114 | 116 | 24 | 2 | 101 | 61 |
| Binary | 11001100 | 110000 | 101100 | 0 | 1001100 | 1001110 | 10100 | 10 | 1000001 | 110001 |
Color Harmonies of #CC302C
Complementary color
Monochromatic Colors of #CC302C
Black with #CC302C
Text Example
Text Example
White with #CC302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC302C; }
p { color: rgb(204,48,44); }
H1.HeaderClassName
{
color: #CC302C;
}
.AnyTagClassName
{
color: #CC302C;
}
</style>
background-color css
<style>
a { background-color: #CC302C; }
a { background-color: rgb(204,48,44); }
div.DivClassName
{
background-color: #CC302C;
}
.BgClassName
{
background-color: #CC302C;
}
</style>
border-color css
<style>
span { border-color: #CC302C; }
span { border-color: rgb(204,48,44); }
td.TdClassName
{
border-color: #CC302C;
}
.TagClassName
{
border-color: #CC302C;
}
</style>