Shades of Persian Red #CC3934
Tints of Persian Red #CC3934
RGB
CMYK
RGB Variations
Color information
#CC3934 (or 0xCC3934) is known color: Persian Red. HEX triplet: CC, 39 and 34. RGB value is (204,57,52). Sum of RGB (Red+Green+Blue) = 204+57+52=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3934 is #33C6CB. Grayscale: #646464. Windows color (decimal): -3393228 or 3422668. OLE color: 3422668.
HSL color Cylindrical-coordinate representation of color #CC3934: hue angle of 1.97º 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 #CC3934 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 52 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.2 |
| HSL | 1.97º | 0.6% | 0.5% | - |
| HSV(B) | 1.97º | 0.75% | 0.8% | - |
| XYZ | 26.98 | 16.01 | 4.92 | - |
| YUV | 100.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 52 | 0 | 0.72 | 0.75 | 0.2 | 1.97 | 0.6 | 0.5 |
| Hex | CC | 39 | 34 | 0 | 48 | 4B | 14 | 2 | 3C | 32 |
| Octal | 314 | 71 | 64 | 0 | 110 | 113 | 24 | 2 | 74 | 62 |
| Binary | 11001100 | 111001 | 110100 | 0 | 1001000 | 1001011 | 10100 | 10 | 111100 | 110010 |
Color Harmonies of #CC3934
Complementary color
Monochromatic Colors of #CC3934
Black with #CC3934
Text Example
Text Example
White with #CC3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3934; }
p { color: rgb(204,57,52); }
H1.HeaderClassName
{
color: #CC3934;
}
.AnyTagClassName
{
color: #CC3934;
}
</style>
background-color css
<style>
a { background-color: #CC3934; }
a { background-color: rgb(204,57,52); }
div.DivClassName
{
background-color: #CC3934;
}
.BgClassName
{
background-color: #CC3934;
}
</style>
border-color css
<style>
span { border-color: #CC3934; }
span { border-color: rgb(204,57,52); }
td.TdClassName
{
border-color: #CC3934;
}
.TagClassName
{
border-color: #CC3934;
}
</style>