Shades of Persian Red #CC3F2E
Tints of Persian Red #CC3F2E
RGB
CMYK
RGB Variations
Color information
#CC3F2E (or 0xCC3F2E) is known color: Persian Red. HEX triplet: CC, 3F and 2E. RGB value is (204,63,46). Sum of RGB (Red+Green+Blue) = 204+63+46=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F2E is #33C0D1. Grayscale: #676767. Windows color (decimal): -3391698 or 3030988. OLE color: 3030988.
HSL color Cylindrical-coordinate representation of color #CC3F2E: hue angle of 6.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC3F2E is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 46 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.2 |
| HSL | 6.46º | 0.63% | 0.49% | - |
| HSV(B) | 6.46º | 0.77% | 0.8% | - |
| XYZ | 27.17 | 16.59 | 4.35 | - |
| YUV | 103.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 46 | 0 | 0.69 | 0.77 | 0.2 | 6.46 | 0.63 | 0.49 |
| Hex | CC | 3F | 2E | 0 | 45 | 4D | 14 | 6 | 3F | 31 |
| Octal | 314 | 77 | 56 | 0 | 105 | 115 | 24 | 6 | 77 | 61 |
| Binary | 11001100 | 111111 | 101110 | 0 | 1000101 | 1001101 | 10100 | 110 | 111111 | 110001 |
Color Harmonies of #CC3F2E
Complementary color
Monochromatic Colors of #CC3F2E
Black with #CC3F2E
Text Example
Text Example
White with #CC3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F2E; }
p { color: rgb(204,63,46); }
H1.HeaderClassName
{
color: #CC3F2E;
}
.AnyTagClassName
{
color: #CC3F2E;
}
</style>
background-color css
<style>
a { background-color: #CC3F2E; }
a { background-color: rgb(204,63,46); }
div.DivClassName
{
background-color: #CC3F2E;
}
.BgClassName
{
background-color: #CC3F2E;
}
</style>
border-color css
<style>
span { border-color: #CC3F2E; }
span { border-color: rgb(204,63,46); }
td.TdClassName
{
border-color: #CC3F2E;
}
.TagClassName
{
border-color: #CC3F2E;
}
</style>