Shades of Persian Red #CC302A
Tints of Persian Red #CC302A
RGB
CMYK
RGB Variations
Color information
#CC302A (or 0xCC302A) is known color: Persian Red. HEX triplet: CC, 30 and 2A. RGB value is (204,48,42). Sum of RGB (Red+Green+Blue) = 204+48+42=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC302A is #33CFD5. Grayscale: #5E5E5E. Windows color (decimal): -3395542 or 2765004. OLE color: 2765004.
HSL color Cylindrical-coordinate representation of color #CC302A: hue angle of 2.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC302A is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 42 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.2 |
| HSL | 2.22º | 0.66% | 0.48% | - |
| HSV(B) | 2.22º | 0.79% | 0.8% | - |
| XYZ | 26.38 | 15.12 | 3.72 | - |
| YUV | 93.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 42 | 0 | 0.76 | 0.79 | 0.2 | 2.22 | 0.66 | 0.48 |
| Hex | CC | 30 | 2A | 0 | 4C | 4F | 14 | 2 | 42 | 30 |
| Octal | 314 | 60 | 52 | 0 | 114 | 117 | 24 | 2 | 102 | 60 |
| Binary | 11001100 | 110000 | 101010 | 0 | 1001100 | 1001111 | 10100 | 10 | 1000010 | 110000 |
Color Harmonies of #CC302A
Complementary color
Monochromatic Colors of #CC302A
Black with #CC302A
Text Example
Text Example
White with #CC302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC302A; }
p { color: rgb(204,48,42); }
H1.HeaderClassName
{
color: #CC302A;
}
.AnyTagClassName
{
color: #CC302A;
}
</style>
background-color css
<style>
a { background-color: #CC302A; }
a { background-color: rgb(204,48,42); }
div.DivClassName
{
background-color: #CC302A;
}
.BgClassName
{
background-color: #CC302A;
}
</style>
border-color css
<style>
span { border-color: #CC302A; }
span { border-color: rgb(204,48,42); }
td.TdClassName
{
border-color: #CC302A;
}
.TagClassName
{
border-color: #CC302A;
}
</style>