Shades of Persian Red #E6211E
Tints of Persian Red #E6211E
RGB
CMYK
RGB Variations
Color information
#E6211E (or 0xE6211E) is known color: Persian Red. HEX triplet: E6, 21 and 1E. RGB value is (230,33,30). Sum of RGB (Red+Green+Blue) = 230+33+30=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6211E is #19DEE1. Grayscale: #5B5B5B. Windows color (decimal): -1695458 or 1974758. OLE color: 1974758.
HSL color Cylindrical-coordinate representation of color #E6211E: hue angle of 0.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6211E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 30 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.10 |
| HSL | 0.9º | 0.8% | 0.51% | - |
| HSV(B) | 0.9º | 0.87% | 0.9% | - |
| XYZ | 33.41 | 18 | 2.94 | - |
| YUV | 91.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 30 | 0 | 0.86 | 0.87 | 0.10 | 0.9 | 0.8 | 0.51 |
| Hex | E6 | 21 | 1E | 0 | 56 | 57 | A | 1 | 50 | 33 |
| Octal | 346 | 41 | 36 | 0 | 126 | 127 | 12 | 1 | 120 | 63 |
| Binary | 11100110 | 100001 | 11110 | 0 | 1010110 | 1010111 | 1010 | 1 | 1010000 | 110011 |
Color Harmonies of #E6211E
Complementary color
Monochromatic Colors of #E6211E
Black with #E6211E
Text Example
Text Example
White with #E6211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6211E; }
p { color: rgb(230,33,30); }
H1.HeaderClassName
{
color: #E6211E;
}
.AnyTagClassName
{
color: #E6211E;
}
</style>
background-color css
<style>
a { background-color: #E6211E; }
a { background-color: rgb(230,33,30); }
div.DivClassName
{
background-color: #E6211E;
}
.BgClassName
{
background-color: #E6211E;
}
</style>
border-color css
<style>
span { border-color: #E6211E; }
span { border-color: rgb(230,33,30); }
td.TdClassName
{
border-color: #E6211E;
}
.TagClassName
{
border-color: #E6211E;
}
</style>