Shades of Cinnabar #E62926
Tints of Cinnabar #E62926
RGB
CMYK
RGB Variations
Color information
#E62926 (or 0xE62926) is known color: Cinnabar. HEX triplet: E6, 29 and 26. RGB value is (230,41,38). Sum of RGB (Red+Green+Blue) = 230+41+38=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E62926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62926 is #19D6D9. Grayscale: #616161. Windows color (decimal): -1693402 or 2501094. OLE color: 2501094.
HSL color Cylindrical-coordinate representation of color #E62926: hue angle of 0.94º 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 #E62926 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 38 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.10 |
| HSL | 0.94º | 0.79% | 0.53% | - |
| HSV(B) | 0.94º | 0.83% | 0.9% | - |
| XYZ | 33.78 | 18.55 | 3.63 | - |
| YUV | 97.17 | 94.62 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 38 | 0 | 0.82 | 0.83 | 0.10 | 0.94 | 0.79 | 0.53 |
| Hex | E6 | 29 | 26 | 0 | 52 | 53 | A | 1 | 4F | 35 |
| Octal | 346 | 51 | 46 | 0 | 122 | 123 | 12 | 1 | 117 | 65 |
| Binary | 11100110 | 101001 | 100110 | 0 | 1010010 | 1010011 | 1010 | 1 | 1001111 | 110101 |
Color Harmonies of #E62926
Complementary color
Monochromatic Colors of #E62926
Black with #E62926
Text Example
Text Example
White with #E62926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62926; }
p { color: rgb(230,41,38); }
H1.HeaderClassName
{
color: #E62926;
}
.AnyTagClassName
{
color: #E62926;
}
</style>
background-color css
<style>
a { background-color: #E62926; }
a { background-color: rgb(230,41,38); }
div.DivClassName
{
background-color: #E62926;
}
.BgClassName
{
background-color: #E62926;
}
</style>
border-color css
<style>
span { border-color: #E62926; }
span { border-color: rgb(230,41,38); }
td.TdClassName
{
border-color: #E62926;
}
.TagClassName
{
border-color: #E62926;
}
</style>