Shades of Cinnabar #E62826
Tints of Cinnabar #E62826
RGB
CMYK
RGB Variations
Color information
#E62826 (or 0xE62826) is known color: Cinnabar. HEX triplet: E6, 28 and 26. RGB value is (230,40,38). Sum of RGB (Red+Green+Blue) = 230+40+38=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E62826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62826 is #19D7D9. Grayscale: #606060. Windows color (decimal): -1693658 or 2500838. OLE color: 2500838.
HSL color Cylindrical-coordinate representation of color #E62826: hue angle of 0.62º 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 #E62826 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 38 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.10 |
| HSL | 0.63º | 0.79% | 0.53% | - |
| HSV(B) | 0.63º | 0.83% | 0.9% | - |
| XYZ | 33.74 | 18.48 | 3.62 | - |
| YUV | 96.58 | 94.95 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 38 | 0 | 0.83 | 0.83 | 0.10 | 0.63 | 0.79 | 0.53 |
| Hex | E6 | 28 | 26 | 0 | 53 | 53 | A | 1 | 4F | 35 |
| Octal | 346 | 50 | 46 | 0 | 123 | 123 | 12 | 1 | 117 | 65 |
| Binary | 11100110 | 101000 | 100110 | 0 | 1010011 | 1010011 | 1010 | 1 | 1001111 | 110101 |
Color Harmonies of #E62826
Complementary color
Monochromatic Colors of #E62826
Black with #E62826
Text Example
Text Example
White with #E62826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62826; }
p { color: rgb(230,40,38); }
H1.HeaderClassName
{
color: #E62826;
}
.AnyTagClassName
{
color: #E62826;
}
</style>
background-color css
<style>
a { background-color: #E62826; }
a { background-color: rgb(230,40,38); }
div.DivClassName
{
background-color: #E62826;
}
.BgClassName
{
background-color: #E62826;
}
</style>
border-color css
<style>
span { border-color: #E62826; }
span { border-color: rgb(230,40,38); }
td.TdClassName
{
border-color: #E62826;
}
.TagClassName
{
border-color: #E62826;
}
</style>