Shades of Persian Red #CC3D2F
Tints of Persian Red #CC3D2F
RGB
CMYK
RGB Variations
Color information
#CC3D2F (or 0xCC3D2F) is known color: Persian Red. HEX triplet: CC, 3D and 2F. RGB value is (204,61,47). Sum of RGB (Red+Green+Blue) = 204+61+47=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D2F is #33C2D0. Grayscale: #666666. Windows color (decimal): -3392209 or 3096012. OLE color: 3096012.
HSL color Cylindrical-coordinate representation of color #CC3D2F: hue angle of 5.35º 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 #CC3D2F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 47 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.2 |
| HSL | 5.35º | 0.63% | 0.49% | - |
| HSV(B) | 5.35º | 0.77% | 0.8% | - |
| XYZ | 27.08 | 16.38 | 4.42 | - |
| YUV | 102.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 47 | 0 | 0.70 | 0.77 | 0.2 | 5.35 | 0.63 | 0.49 |
| Hex | CC | 3D | 2F | 0 | 46 | 4D | 14 | 5 | 3F | 31 |
| Octal | 314 | 75 | 57 | 0 | 106 | 115 | 24 | 5 | 77 | 61 |
| Binary | 11001100 | 111101 | 101111 | 0 | 1000110 | 1001101 | 10100 | 101 | 111111 | 110001 |
Color Harmonies of #CC3D2F
Complementary color
Monochromatic Colors of #CC3D2F
Black with #CC3D2F
Text Example
Text Example
White with #CC3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D2F; }
p { color: rgb(204,61,47); }
H1.HeaderClassName
{
color: #CC3D2F;
}
.AnyTagClassName
{
color: #CC3D2F;
}
</style>
background-color css
<style>
a { background-color: #CC3D2F; }
a { background-color: rgb(204,61,47); }
div.DivClassName
{
background-color: #CC3D2F;
}
.BgClassName
{
background-color: #CC3D2F;
}
</style>
border-color css
<style>
span { border-color: #CC3D2F; }
span { border-color: rgb(204,61,47); }
td.TdClassName
{
border-color: #CC3D2F;
}
.TagClassName
{
border-color: #CC3D2F;
}
</style>