Shades of Persian Red #CC3231
Tints of Persian Red #CC3231
RGB
CMYK
RGB Variations
Color information
#CC3231 (or 0xCC3231) is known color: Persian Red. HEX triplet: CC, 32 and 31. RGB value is (204,50,49). Sum of RGB (Red+Green+Blue) = 204+50+49=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3231 is #33CDCE. Grayscale: #606060. Windows color (decimal): -3395023 or 3224268. OLE color: 3224268.
HSL color Cylindrical-coordinate representation of color #CC3231: hue angle of 0.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3231 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 49 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.2 |
| HSL | 0.39º | 0.61% | 0.5% | - |
| HSV(B) | 0.39º | 0.76% | 0.8% | - |
| XYZ | 26.6 | 15.34 | 4.46 | - |
| YUV | 95.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 49 | 0 | 0.75 | 0.76 | 0.2 | 0.39 | 0.61 | 0.5 |
| Hex | CC | 32 | 31 | 0 | 4B | 4C | 14 | 0 | 3D | 32 |
| Octal | 314 | 62 | 61 | 0 | 113 | 114 | 24 | 0 | 75 | 62 |
| Binary | 11001100 | 110010 | 110001 | 0 | 1001011 | 1001100 | 10100 | 0 | 111101 | 110010 |
Color Harmonies of #CC3231
Complementary color
Monochromatic Colors of #CC3231
Black with #CC3231
Text Example
Text Example
White with #CC3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3231; }
p { color: rgb(204,50,49); }
H1.HeaderClassName
{
color: #CC3231;
}
.AnyTagClassName
{
color: #CC3231;
}
</style>
background-color css
<style>
a { background-color: #CC3231; }
a { background-color: rgb(204,50,49); }
div.DivClassName
{
background-color: #CC3231;
}
.BgClassName
{
background-color: #CC3231;
}
</style>
border-color css
<style>
span { border-color: #CC3231; }
span { border-color: rgb(204,50,49); }
td.TdClassName
{
border-color: #CC3231;
}
.TagClassName
{
border-color: #CC3231;
}
</style>