Shades of Persian Red #CC3A2C
Tints of Persian Red #CC3A2C
RGB
CMYK
RGB Variations
Color information
#CC3A2C (or 0xCC3A2C) is known color: Persian Red. HEX triplet: CC, 3A and 2C. RGB value is (204,58,44). Sum of RGB (Red+Green+Blue) = 204+58+44=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A2C is #33C5D3. Grayscale: #646464. Windows color (decimal): -3392980 or 2898636. OLE color: 2898636.
HSL color Cylindrical-coordinate representation of color #CC3A2C: hue angle of 5.25º 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 #CC3A2C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 44 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.2 |
| HSL | 5.25º | 0.65% | 0.49% | - |
| HSV(B) | 5.25º | 0.78% | 0.8% | - |
| XYZ | 26.87 | 16.05 | 4.06 | - |
| YUV | 100.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 44 | 0 | 0.72 | 0.78 | 0.2 | 5.25 | 0.65 | 0.49 |
| Hex | CC | 3A | 2C | 0 | 48 | 4E | 14 | 5 | 41 | 31 |
| Octal | 314 | 72 | 54 | 0 | 110 | 116 | 24 | 5 | 101 | 61 |
| Binary | 11001100 | 111010 | 101100 | 0 | 1001000 | 1001110 | 10100 | 101 | 1000001 | 110001 |
Color Harmonies of #CC3A2C
Complementary color
Monochromatic Colors of #CC3A2C
Black with #CC3A2C
Text Example
Text Example
White with #CC3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A2C; }
p { color: rgb(204,58,44); }
H1.HeaderClassName
{
color: #CC3A2C;
}
.AnyTagClassName
{
color: #CC3A2C;
}
</style>
background-color css
<style>
a { background-color: #CC3A2C; }
a { background-color: rgb(204,58,44); }
div.DivClassName
{
background-color: #CC3A2C;
}
.BgClassName
{
background-color: #CC3A2C;
}
</style>
border-color css
<style>
span { border-color: #CC3A2C; }
span { border-color: rgb(204,58,44); }
td.TdClassName
{
border-color: #CC3A2C;
}
.TagClassName
{
border-color: #CC3A2C;
}
</style>