Shades of Persian Red #CC3F2A
Tints of Persian Red #CC3F2A
RGB
CMYK
RGB Variations
Color information
#CC3F2A (or 0xCC3F2A) is known color: Persian Red. HEX triplet: CC, 3F and 2A. RGB value is (204,63,42). Sum of RGB (Red+Green+Blue) = 204+63+42=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F2A is #33C0D5. Grayscale: #666666. Windows color (decimal): -3391702 or 2768844. OLE color: 2768844.
HSL color Cylindrical-coordinate representation of color #CC3F2A: hue angle of 7.78º 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 #CC3F2A is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 42 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.2 |
| HSL | 7.78º | 0.66% | 0.48% | - |
| HSV(B) | 7.78º | 0.79% | 0.8% | - |
| XYZ | 27.1 | 16.56 | 3.96 | - |
| YUV | 102.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 42 | 0 | 0.69 | 0.79 | 0.2 | 7.78 | 0.66 | 0.48 |
| Hex | CC | 3F | 2A | 0 | 45 | 4F | 14 | 8 | 42 | 30 |
| Octal | 314 | 77 | 52 | 0 | 105 | 117 | 24 | 10 | 102 | 60 |
| Binary | 11001100 | 111111 | 101010 | 0 | 1000101 | 1001111 | 10100 | 1000 | 1000010 | 110000 |
Color Harmonies of #CC3F2A
Complementary color
Monochromatic Colors of #CC3F2A
Black with #CC3F2A
Text Example
Text Example
White with #CC3F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F2A; }
p { color: rgb(204,63,42); }
H1.HeaderClassName
{
color: #CC3F2A;
}
.AnyTagClassName
{
color: #CC3F2A;
}
</style>
background-color css
<style>
a { background-color: #CC3F2A; }
a { background-color: rgb(204,63,42); }
div.DivClassName
{
background-color: #CC3F2A;
}
.BgClassName
{
background-color: #CC3F2A;
}
</style>
border-color css
<style>
span { border-color: #CC3F2A; }
span { border-color: rgb(204,63,42); }
td.TdClassName
{
border-color: #CC3F2A;
}
.TagClassName
{
border-color: #CC3F2A;
}
</style>