Shades of Cinnabar #E62827
Tints of Cinnabar #E62827
RGB
CMYK
RGB Variations
Color information
#E62827 (or 0xE62827) is known color: Cinnabar. HEX triplet: E6, 28 and 27. RGB value is (230,40,39). Sum of RGB (Red+Green+Blue) = 230+40+39=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E62827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62827 is #19D7D8. Grayscale: #606060. Windows color (decimal): -1693657 or 2566374. OLE color: 2566374.
HSL color Cylindrical-coordinate representation of color #E62827: hue angle of 0.31º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62827 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 39 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.10 |
| HSL | 0.31º | 0.79% | 0.53% | - |
| HSV(B) | 0.31º | 0.83% | 0.9% | - |
| XYZ | 33.76 | 18.49 | 3.71 | - |
| YUV | 96.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 39 | 0 | 0.83 | 0.83 | 0.10 | 0.31 | 0.79 | 0.53 |
| Hex | E6 | 28 | 27 | 0 | 53 | 53 | A | 0 | 4F | 35 |
| Octal | 346 | 50 | 47 | 0 | 123 | 123 | 12 | 0 | 117 | 65 |
| Binary | 11100110 | 101000 | 100111 | 0 | 1010011 | 1010011 | 1010 | 0 | 1001111 | 110101 |
Color Harmonies of #E62827
Complementary color
Monochromatic Colors of #E62827
Black with #E62827
Text Example
Text Example
White with #E62827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62827; }
p { color: rgb(230,40,39); }
H1.HeaderClassName
{
color: #E62827;
}
.AnyTagClassName
{
color: #E62827;
}
</style>
background-color css
<style>
a { background-color: #E62827; }
a { background-color: rgb(230,40,39); }
div.DivClassName
{
background-color: #E62827;
}
.BgClassName
{
background-color: #E62827;
}
</style>
border-color css
<style>
span { border-color: #E62827; }
span { border-color: rgb(230,40,39); }
td.TdClassName
{
border-color: #E62827;
}
.TagClassName
{
border-color: #E62827;
}
</style>