Shades of Persian Red #CC3534
Tints of Persian Red #CC3534
RGB
CMYK
RGB Variations
Color information
#CC3534 (or 0xCC3534) is known color: Persian Red. HEX triplet: CC, 35 and 34. RGB value is (204,53,52). Sum of RGB (Red+Green+Blue) = 204+53+52=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3534 is #33CACB. Grayscale: #626262. Windows color (decimal): -3394252 or 3421644. OLE color: 3421644.
HSL color Cylindrical-coordinate representation of color #CC3534: hue angle of 0.39º 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 #CC3534 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 52 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.2 |
| HSL | 0.39º | 0.6% | 0.5% | - |
| HSV(B) | 0.39º | 0.75% | 0.8% | - |
| XYZ | 26.79 | 15.63 | 4.85 | - |
| YUV | 98.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 52 | 0 | 0.74 | 0.75 | 0.2 | 0.39 | 0.6 | 0.5 |
| Hex | CC | 35 | 34 | 0 | 4A | 4B | 14 | 0 | 3C | 32 |
| Octal | 314 | 65 | 64 | 0 | 112 | 113 | 24 | 0 | 74 | 62 |
| Binary | 11001100 | 110101 | 110100 | 0 | 1001010 | 1001011 | 10100 | 0 | 111100 | 110010 |
Color Harmonies of #CC3534
Complementary color
Monochromatic Colors of #CC3534
Black with #CC3534
Text Example
Text Example
White with #CC3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3534; }
p { color: rgb(204,53,52); }
H1.HeaderClassName
{
color: #CC3534;
}
.AnyTagClassName
{
color: #CC3534;
}
</style>
background-color css
<style>
a { background-color: #CC3534; }
a { background-color: rgb(204,53,52); }
div.DivClassName
{
background-color: #CC3534;
}
.BgClassName
{
background-color: #CC3534;
}
</style>
border-color css
<style>
span { border-color: #CC3534; }
span { border-color: rgb(204,53,52); }
td.TdClassName
{
border-color: #CC3534;
}
.TagClassName
{
border-color: #CC3534;
}
</style>