Shades of Persian Red #CC332F
Tints of Persian Red #CC332F
RGB
CMYK
RGB Variations
Color information
#CC332F (or 0xCC332F) is known color: Persian Red. HEX triplet: CC, 33 and 2F. RGB value is (204,51,47). Sum of RGB (Red+Green+Blue) = 204+51+47=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC332F is #33CCD0. Grayscale: #606060. Windows color (decimal): -3394769 or 3093452. OLE color: 3093452.
HSL color Cylindrical-coordinate representation of color #CC332F: hue angle of 1.53º 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 #CC332F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 47 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.2 |
| HSL | 1.53º | 0.63% | 0.49% | - |
| HSV(B) | 1.53º | 0.77% | 0.8% | - |
| XYZ | 26.6 | 15.41 | 4.26 | - |
| YUV | 96.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 47 | 0 | 0.75 | 0.77 | 0.2 | 1.53 | 0.63 | 0.49 |
| Hex | CC | 33 | 2F | 0 | 4B | 4D | 14 | 2 | 3F | 31 |
| Octal | 314 | 63 | 57 | 0 | 113 | 115 | 24 | 2 | 77 | 61 |
| Binary | 11001100 | 110011 | 101111 | 0 | 1001011 | 1001101 | 10100 | 10 | 111111 | 110001 |
Color Harmonies of #CC332F
Complementary color
Monochromatic Colors of #CC332F
Black with #CC332F
Text Example
Text Example
White with #CC332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC332F; }
p { color: rgb(204,51,47); }
H1.HeaderClassName
{
color: #CC332F;
}
.AnyTagClassName
{
color: #CC332F;
}
</style>
background-color css
<style>
a { background-color: #CC332F; }
a { background-color: rgb(204,51,47); }
div.DivClassName
{
background-color: #CC332F;
}
.BgClassName
{
background-color: #CC332F;
}
</style>
border-color css
<style>
span { border-color: #CC332F; }
span { border-color: rgb(204,51,47); }
td.TdClassName
{
border-color: #CC332F;
}
.TagClassName
{
border-color: #CC332F;
}
</style>