Shades of Persian Red #CE3731
Tints of Persian Red #CE3731
RGB
CMYK
RGB Variations
Color information
#CE3731 (or 0xCE3731) is known color: Persian Red. HEX triplet: CE, 37 and 31. RGB value is (206,55,49). Sum of RGB (Red+Green+Blue) = 206+55+49=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3731 is #31C8CE. Grayscale: #636363. Windows color (decimal): -3262671 or 3225550. OLE color: 3225550.
HSL color Cylindrical-coordinate representation of color #CE3731: hue angle of 2.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3731 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 49 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.19 |
| HSL | 2.29º | 0.62% | 0.5% | - |
| HSV(B) | 2.29º | 0.76% | 0.81% | - |
| XYZ | 27.37 | 16.08 | 4.57 | - |
| YUV | 99.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 49 | 0 | 0.73 | 0.76 | 0.19 | 2.29 | 0.62 | 0.5 |
| Hex | CE | 37 | 31 | 0 | 49 | 4C | 13 | 2 | 3E | 32 |
| Octal | 316 | 67 | 61 | 0 | 111 | 114 | 23 | 2 | 76 | 62 |
| Binary | 11001110 | 110111 | 110001 | 0 | 1001001 | 1001100 | 10011 | 10 | 111110 | 110010 |
Color Harmonies of #CE3731
Complementary color
Monochromatic Colors of #CE3731
Black with #CE3731
Text Example
Text Example
White with #CE3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3731; }
p { color: rgb(206,55,49); }
H1.HeaderClassName
{
color: #CE3731;
}
.AnyTagClassName
{
color: #CE3731;
}
</style>
background-color css
<style>
a { background-color: #CE3731; }
a { background-color: rgb(206,55,49); }
div.DivClassName
{
background-color: #CE3731;
}
.BgClassName
{
background-color: #CE3731;
}
</style>
border-color css
<style>
span { border-color: #CE3731; }
span { border-color: rgb(206,55,49); }
td.TdClassName
{
border-color: #CE3731;
}
.TagClassName
{
border-color: #CE3731;
}
</style>