Shades of Persian Red #CE3931
Tints of Persian Red #CE3931
RGB
CMYK
RGB Variations
Color information
#CE3931 (or 0xCE3931) is known color: Persian Red. HEX triplet: CE, 39 and 31. RGB value is (206,57,49). Sum of RGB (Red+Green+Blue) = 206+57+49=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3931 is #31C6CE. Grayscale: #646464. Windows color (decimal): -3262159 or 3226062. OLE color: 3226062.
HSL color Cylindrical-coordinate representation of color #CE3931: hue angle of 3.06º 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 #CE3931 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.19 |
| HSL | 3.06º | 0.62% | 0.5% | - |
| HSV(B) | 3.06º | 0.76% | 0.81% | - |
| XYZ | 27.47 | 16.27 | 4.6 | - |
| YUV | 100.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 49 | 0 | 0.72 | 0.76 | 0.19 | 3.06 | 0.62 | 0.5 |
| Hex | CE | 39 | 31 | 0 | 48 | 4C | 13 | 3 | 3E | 32 |
| Octal | 316 | 71 | 61 | 0 | 110 | 114 | 23 | 3 | 76 | 62 |
| Binary | 11001110 | 111001 | 110001 | 0 | 1001000 | 1001100 | 10011 | 11 | 111110 | 110010 |
Color Harmonies of #CE3931
Complementary color
Monochromatic Colors of #CE3931
Black with #CE3931
Text Example
Text Example
White with #CE3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3931; }
p { color: rgb(206,57,49); }
H1.HeaderClassName
{
color: #CE3931;
}
.AnyTagClassName
{
color: #CE3931;
}
</style>
background-color css
<style>
a { background-color: #CE3931; }
a { background-color: rgb(206,57,49); }
div.DivClassName
{
background-color: #CE3931;
}
.BgClassName
{
background-color: #CE3931;
}
</style>
border-color css
<style>
span { border-color: #CE3931; }
span { border-color: rgb(206,57,49); }
td.TdClassName
{
border-color: #CE3931;
}
.TagClassName
{
border-color: #CE3931;
}
</style>