Shades of Persian Red #CC3935
Tints of Persian Red #CC3935
RGB
CMYK
RGB Variations
Color information
#CC3935 (or 0xCC3935) is known color: Persian Red. HEX triplet: CC, 39 and 35. RGB value is (204,57,53). Sum of RGB (Red+Green+Blue) = 204+57+53=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3935 is #33C6CA. Grayscale: #646464. Windows color (decimal): -3393227 or 3488204. OLE color: 3488204.
HSL color Cylindrical-coordinate representation of color #CC3935: hue angle of 1.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3935 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 53 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.2 |
| HSL | 1.59º | 0.6% | 0.5% | - |
| HSV(B) | 1.59º | 0.74% | 0.8% | - |
| XYZ | 27.01 | 16.02 | 5.04 | - |
| YUV | 100.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 53 | 0 | 0.72 | 0.74 | 0.2 | 1.59 | 0.6 | 0.5 |
| Hex | CC | 39 | 35 | 0 | 48 | 4A | 14 | 2 | 3C | 32 |
| Octal | 314 | 71 | 65 | 0 | 110 | 112 | 24 | 2 | 74 | 62 |
| Binary | 11001100 | 111001 | 110101 | 0 | 1001000 | 1001010 | 10100 | 10 | 111100 | 110010 |
Color Harmonies of #CC3935
Complementary color
Monochromatic Colors of #CC3935
Black with #CC3935
Text Example
Text Example
White with #CC3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3935; }
p { color: rgb(204,57,53); }
H1.HeaderClassName
{
color: #CC3935;
}
.AnyTagClassName
{
color: #CC3935;
}
</style>
background-color css
<style>
a { background-color: #CC3935; }
a { background-color: rgb(204,57,53); }
div.DivClassName
{
background-color: #CC3935;
}
.BgClassName
{
background-color: #CC3935;
}
</style>
border-color css
<style>
span { border-color: #CC3935; }
span { border-color: rgb(204,57,53); }
td.TdClassName
{
border-color: #CC3935;
}
.TagClassName
{
border-color: #CC3935;
}
</style>