Shades of Cinnabar #E64926
Tints of Cinnabar #E64926
RGB
CMYK
RGB Variations
Color information
#E64926 (or 0xE64926) is known color: Cinnabar. HEX triplet: E6, 49 and 26. RGB value is (230,73,38). Sum of RGB (Red+Green+Blue) = 230+73+38=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E64926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64926 is #19B6D9. Grayscale: #747474. Windows color (decimal): -1685210 or 2509286. OLE color: 2509286.
HSL color Cylindrical-coordinate representation of color #E64926: hue angle of 10.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 #E64926 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 38 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.10 |
| HSL | 10.94º | 0.79% | 0.53% | - |
| HSV(B) | 10.94º | 0.83% | 0.9% | - |
| XYZ | 35.37 | 21.73 | 4.16 | - |
| YUV | 115.95 | 84.01 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 38 | 0 | 0.68 | 0.83 | 0.10 | 10.94 | 0.79 | 0.53 |
| Hex | E6 | 49 | 26 | 0 | 44 | 53 | A | B | 4F | 35 |
| Octal | 346 | 111 | 46 | 0 | 104 | 123 | 12 | 13 | 117 | 65 |
| Binary | 11100110 | 1001001 | 100110 | 0 | 1000100 | 1010011 | 1010 | 1011 | 1001111 | 110101 |
Color Harmonies of #E64926
Complementary color
Monochromatic Colors of #E64926
Black with #E64926
Text Example
Text Example
White with #E64926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64926; }
p { color: rgb(230,73,38); }
H1.HeaderClassName
{
color: #E64926;
}
.AnyTagClassName
{
color: #E64926;
}
</style>
background-color css
<style>
a { background-color: #E64926; }
a { background-color: rgb(230,73,38); }
div.DivClassName
{
background-color: #E64926;
}
.BgClassName
{
background-color: #E64926;
}
</style>
border-color css
<style>
span { border-color: #E64926; }
span { border-color: rgb(230,73,38); }
td.TdClassName
{
border-color: #E64926;
}
.TagClassName
{
border-color: #E64926;
}
</style>