Shades of Persian Red #CC372F
Tints of Persian Red #CC372F
RGB
CMYK
RGB Variations
Color information
#CC372F (or 0xCC372F) is known color: Persian Red. HEX triplet: CC, 37 and 2F. RGB value is (204,55,47). Sum of RGB (Red+Green+Blue) = 204+55+47=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC372F is #33C8D0. Grayscale: #626262. Windows color (decimal): -3393745 or 3094476. OLE color: 3094476.
HSL color Cylindrical-coordinate representation of color #CC372F: hue angle of 3.06º 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 #CC372F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 47 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.2 |
| HSL | 3.06º | 0.63% | 0.49% | - |
| HSV(B) | 3.06º | 0.77% | 0.8% | - |
| XYZ | 26.78 | 15.77 | 4.32 | - |
| YUV | 98.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 47 | 0 | 0.73 | 0.77 | 0.2 | 3.06 | 0.63 | 0.49 |
| Hex | CC | 37 | 2F | 0 | 49 | 4D | 14 | 3 | 3F | 31 |
| Octal | 314 | 67 | 57 | 0 | 111 | 115 | 24 | 3 | 77 | 61 |
| Binary | 11001100 | 110111 | 101111 | 0 | 1001001 | 1001101 | 10100 | 11 | 111111 | 110001 |
Color Harmonies of #CC372F
Complementary color
Monochromatic Colors of #CC372F
Black with #CC372F
Text Example
Text Example
White with #CC372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC372F; }
p { color: rgb(204,55,47); }
H1.HeaderClassName
{
color: #CC372F;
}
.AnyTagClassName
{
color: #CC372F;
}
</style>
background-color css
<style>
a { background-color: #CC372F; }
a { background-color: rgb(204,55,47); }
div.DivClassName
{
background-color: #CC372F;
}
.BgClassName
{
background-color: #CC372F;
}
</style>
border-color css
<style>
span { border-color: #CC372F; }
span { border-color: rgb(204,55,47); }
td.TdClassName
{
border-color: #CC372F;
}
.TagClassName
{
border-color: #CC372F;
}
</style>