Shades of Persian Red #CC3D34
Tints of Persian Red #CC3D34
RGB
CMYK
RGB Variations
Color information
#CC3D34 (or 0xCC3D34) is known color: Persian Red. HEX triplet: CC, 3D and 34. RGB value is (204,61,52). Sum of RGB (Red+Green+Blue) = 204+61+52=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D34 is #33C2CB. Grayscale: #666666. Windows color (decimal): -3392204 or 3423692. OLE color: 3423692.
HSL color Cylindrical-coordinate representation of color #CC3D34: hue angle of 3.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3D34 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 52 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.2 |
| HSL | 3.55º | 0.6% | 0.5% | - |
| HSV(B) | 3.55º | 0.75% | 0.8% | - |
| XYZ | 27.19 | 16.42 | 4.99 | - |
| YUV | 102.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 52 | 0 | 0.70 | 0.75 | 0.2 | 3.55 | 0.6 | 0.5 |
| Hex | CC | 3D | 34 | 0 | 46 | 4B | 14 | 4 | 3C | 32 |
| Octal | 314 | 75 | 64 | 0 | 106 | 113 | 24 | 4 | 74 | 62 |
| Binary | 11001100 | 111101 | 110100 | 0 | 1000110 | 1001011 | 10100 | 100 | 111100 | 110010 |
Color Harmonies of #CC3D34
Complementary color
Monochromatic Colors of #CC3D34
Black with #CC3D34
Text Example
Text Example
White with #CC3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D34; }
p { color: rgb(204,61,52); }
H1.HeaderClassName
{
color: #CC3D34;
}
.AnyTagClassName
{
color: #CC3D34;
}
</style>
background-color css
<style>
a { background-color: #CC3D34; }
a { background-color: rgb(204,61,52); }
div.DivClassName
{
background-color: #CC3D34;
}
.BgClassName
{
background-color: #CC3D34;
}
</style>
border-color css
<style>
span { border-color: #CC3D34; }
span { border-color: rgb(204,61,52); }
td.TdClassName
{
border-color: #CC3D34;
}
.TagClassName
{
border-color: #CC3D34;
}
</style>