Shades of Persian Red #CC302B
Tints of Persian Red #CC302B
RGB
CMYK
RGB Variations
Color information
#CC302B (or 0xCC302B) is known color: Persian Red. HEX triplet: CC, 30 and 2B. RGB value is (204,48,43). Sum of RGB (Red+Green+Blue) = 204+48+43=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC302B is #33CFD4. Grayscale: #5E5E5E. Windows color (decimal): -3395541 or 2830540. OLE color: 2830540.
HSL color Cylindrical-coordinate representation of color #CC302B: hue angle of 1.86º degrees, saturation: 0.65, 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 #CC302B is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 43 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.2 |
| HSL | 1.86º | 0.65% | 0.48% | - |
| HSV(B) | 1.86º | 0.79% | 0.8% | - |
| XYZ | 26.39 | 15.13 | 3.81 | - |
| YUV | 94.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 43 | 0 | 0.76 | 0.79 | 0.2 | 1.86 | 0.65 | 0.48 |
| Hex | CC | 30 | 2B | 0 | 4C | 4F | 14 | 2 | 41 | 30 |
| Octal | 314 | 60 | 53 | 0 | 114 | 117 | 24 | 2 | 101 | 60 |
| Binary | 11001100 | 110000 | 101011 | 0 | 1001100 | 1001111 | 10100 | 10 | 1000001 | 110000 |
Color Harmonies of #CC302B
Complementary color
Monochromatic Colors of #CC302B
Black with #CC302B
Text Example
Text Example
White with #CC302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC302B; }
p { color: rgb(204,48,43); }
H1.HeaderClassName
{
color: #CC302B;
}
.AnyTagClassName
{
color: #CC302B;
}
</style>
background-color css
<style>
a { background-color: #CC302B; }
a { background-color: rgb(204,48,43); }
div.DivClassName
{
background-color: #CC302B;
}
.BgClassName
{
background-color: #CC302B;
}
</style>
border-color css
<style>
span { border-color: #CC302B; }
span { border-color: rgb(204,48,43); }
td.TdClassName
{
border-color: #CC302B;
}
.TagClassName
{
border-color: #CC302B;
}
</style>