Shades of Persian Red #CC322C
Tints of Persian Red #CC322C
RGB
CMYK
RGB Variations
Color information
#CC322C (or 0xCC322C) is known color: Persian Red. HEX triplet: CC, 32 and 2C. RGB value is (204,50,44). Sum of RGB (Red+Green+Blue) = 204+50+44=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC322C is #33CDD3. Grayscale: #5F5F5F. Windows color (decimal): -3395028 or 2896588. OLE color: 2896588.
HSL color Cylindrical-coordinate representation of color #CC322C: hue angle of 2.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC322C is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 44 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.2 |
| HSL | 2.25º | 0.65% | 0.49% | - |
| HSV(B) | 2.25º | 0.78% | 0.8% | - |
| XYZ | 26.5 | 15.3 | 3.94 | - |
| YUV | 95.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 44 | 0 | 0.75 | 0.78 | 0.2 | 2.25 | 0.65 | 0.49 |
| Hex | CC | 32 | 2C | 0 | 4B | 4E | 14 | 2 | 41 | 31 |
| Octal | 314 | 62 | 54 | 0 | 113 | 116 | 24 | 2 | 101 | 61 |
| Binary | 11001100 | 110010 | 101100 | 0 | 1001011 | 1001110 | 10100 | 10 | 1000001 | 110001 |
Color Harmonies of #CC322C
Complementary color
Monochromatic Colors of #CC322C
Black with #CC322C
Text Example
Text Example
White with #CC322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC322C; }
p { color: rgb(204,50,44); }
H1.HeaderClassName
{
color: #CC322C;
}
.AnyTagClassName
{
color: #CC322C;
}
</style>
background-color css
<style>
a { background-color: #CC322C; }
a { background-color: rgb(204,50,44); }
div.DivClassName
{
background-color: #CC322C;
}
.BgClassName
{
background-color: #CC322C;
}
</style>
border-color css
<style>
span { border-color: #CC322C; }
span { border-color: rgb(204,50,44); }
td.TdClassName
{
border-color: #CC322C;
}
.TagClassName
{
border-color: #CC322C;
}
</style>