Shades of Persian Red #CC322E
Tints of Persian Red #CC322E
RGB
CMYK
RGB Variations
Color information
#CC322E (or 0xCC322E) is known color: Persian Red. HEX triplet: CC, 32 and 2E. RGB value is (204,50,46). Sum of RGB (Red+Green+Blue) = 204+50+46=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC322E is #33CDD1. Grayscale: #5F5F5F. Windows color (decimal): -3395026 or 3027660. OLE color: 3027660.
HSL color Cylindrical-coordinate representation of color #CC322E: hue angle of 1.52º 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 #CC322E is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 46 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.2 |
| HSL | 1.52º | 0.63% | 0.49% | - |
| HSV(B) | 1.52º | 0.77% | 0.8% | - |
| XYZ | 26.54 | 15.32 | 4.14 | - |
| YUV | 95.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 46 | 0 | 0.75 | 0.77 | 0.2 | 1.52 | 0.63 | 0.49 |
| Hex | CC | 32 | 2E | 0 | 4B | 4D | 14 | 2 | 3F | 31 |
| Octal | 314 | 62 | 56 | 0 | 113 | 115 | 24 | 2 | 77 | 61 |
| Binary | 11001100 | 110010 | 101110 | 0 | 1001011 | 1001101 | 10100 | 10 | 111111 | 110001 |
Color Harmonies of #CC322E
Complementary color
Monochromatic Colors of #CC322E
Black with #CC322E
Text Example
Text Example
White with #CC322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC322E; }
p { color: rgb(204,50,46); }
H1.HeaderClassName
{
color: #CC322E;
}
.AnyTagClassName
{
color: #CC322E;
}
</style>
background-color css
<style>
a { background-color: #CC322E; }
a { background-color: rgb(204,50,46); }
div.DivClassName
{
background-color: #CC322E;
}
.BgClassName
{
background-color: #CC322E;
}
</style>
border-color css
<style>
span { border-color: #CC322E; }
span { border-color: rgb(204,50,46); }
td.TdClassName
{
border-color: #CC322E;
}
.TagClassName
{
border-color: #CC322E;
}
</style>