Shades of Persian Red #CC3C2C
Tints of Persian Red #CC3C2C
RGB
CMYK
RGB Variations
Color information
#CC3C2C (or 0xCC3C2C) is known color: Persian Red. HEX triplet: CC, 3C and 2C. RGB value is (204,60,44). Sum of RGB (Red+Green+Blue) = 204+60+44=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C2C is #33C3D3. Grayscale: #656565. Windows color (decimal): -3392468 or 2899148. OLE color: 2899148.
HSL color Cylindrical-coordinate representation of color #CC3C2C: hue angle of 6º 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 #CC3C2C is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 44 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.2 |
| HSL | 6º | 0.65% | 0.49% | - |
| HSV(B) | 6º | 0.78% | 0.8% | - |
| XYZ | 26.97 | 16.25 | 4.1 | - |
| YUV | 101.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 44 | 0 | 0.71 | 0.78 | 0.2 | 6 | 0.65 | 0.49 |
| Hex | CC | 3C | 2C | 0 | 47 | 4E | 14 | 6 | 41 | 31 |
| Octal | 314 | 74 | 54 | 0 | 107 | 116 | 24 | 6 | 101 | 61 |
| Binary | 11001100 | 111100 | 101100 | 0 | 1000111 | 1001110 | 10100 | 110 | 1000001 | 110001 |
Color Harmonies of #CC3C2C
Complementary color
Monochromatic Colors of #CC3C2C
Black with #CC3C2C
Text Example
Text Example
White with #CC3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C2C; }
p { color: rgb(204,60,44); }
H1.HeaderClassName
{
color: #CC3C2C;
}
.AnyTagClassName
{
color: #CC3C2C;
}
</style>
background-color css
<style>
a { background-color: #CC3C2C; }
a { background-color: rgb(204,60,44); }
div.DivClassName
{
background-color: #CC3C2C;
}
.BgClassName
{
background-color: #CC3C2C;
}
</style>
border-color css
<style>
span { border-color: #CC3C2C; }
span { border-color: rgb(204,60,44); }
td.TdClassName
{
border-color: #CC3C2C;
}
.TagClassName
{
border-color: #CC3C2C;
}
</style>