Shades of Persian Red #CC3027
Tints of Persian Red #CC3027
RGB
CMYK
RGB Variations
Color information
#CC3027 (or 0xCC3027) is known color: Persian Red. HEX triplet: CC, 30 and 27. RGB value is (204,48,39). Sum of RGB (Red+Green+Blue) = 204+48+39=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3027 is #33CFD8. Grayscale: #5D5D5D. Windows color (decimal): -3395545 or 2568396. OLE color: 2568396.
HSL color Cylindrical-coordinate representation of color #CC3027: hue angle of 3.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3027 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 39 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.2 |
| HSL | 3.27º | 0.68% | 0.48% | - |
| HSV(B) | 3.27º | 0.81% | 0.8% | - |
| XYZ | 26.33 | 15.1 | 3.45 | - |
| YUV | 93.62 | 97.18 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 39 | 0 | 0.76 | 0.81 | 0.2 | 3.27 | 0.68 | 0.48 |
| Hex | CC | 30 | 27 | 0 | 4C | 51 | 14 | 3 | 44 | 30 |
| Octal | 314 | 60 | 47 | 0 | 114 | 121 | 24 | 3 | 104 | 60 |
| Binary | 11001100 | 110000 | 100111 | 0 | 1001100 | 1010001 | 10100 | 11 | 1000100 | 110000 |
Color Harmonies of #CC3027
Complementary color
Monochromatic Colors of #CC3027
Black with #CC3027
Text Example
Text Example
White with #CC3027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3027; }
p { color: rgb(204,48,39); }
H1.HeaderClassName
{
color: #CC3027;
}
.AnyTagClassName
{
color: #CC3027;
}
</style>
background-color css
<style>
a { background-color: #CC3027; }
a { background-color: rgb(204,48,39); }
div.DivClassName
{
background-color: #CC3027;
}
.BgClassName
{
background-color: #CC3027;
}
</style>
border-color css
<style>
span { border-color: #CC3027; }
span { border-color: rgb(204,48,39); }
td.TdClassName
{
border-color: #CC3027;
}
.TagClassName
{
border-color: #CC3027;
}
</style>