Shades of Cinnabar #E74426
Tints of Cinnabar #E74426
RGB
CMYK
RGB Variations
Color information
#E74426 (or 0xE74426) is known color: Cinnabar. HEX triplet: E7, 44 and 26. RGB value is (231,68,38). Sum of RGB (Red+Green+Blue) = 231+68+38=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E74426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74426 is #18BBD9. Grayscale: #717171. Windows color (decimal): -1620954 or 2508007. OLE color: 2508007.
HSL color Cylindrical-coordinate representation of color #E74426: hue angle of 9.33º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E74426 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 38 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.09 |
| HSL | 9.33º | 0.8% | 0.53% | - |
| HSV(B) | 9.33º | 0.84% | 0.91% | - |
| XYZ | 35.37 | 21.26 | 4.07 | - |
| YUV | 113.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 38 | 0 | 0.71 | 0.84 | 0.09 | 9.33 | 0.8 | 0.53 |
| Hex | E7 | 44 | 26 | 0 | 47 | 54 | 9 | 9 | 50 | 35 |
| Octal | 347 | 104 | 46 | 0 | 107 | 124 | 11 | 11 | 120 | 65 |
| Binary | 11100111 | 1000100 | 100110 | 0 | 1000111 | 1010100 | 1001 | 1001 | 1010000 | 110101 |
Color Harmonies of #E74426
Complementary color
Monochromatic Colors of #E74426
Black with #E74426
Text Example
Text Example
White with #E74426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74426; }
p { color: rgb(231,68,38); }
H1.HeaderClassName
{
color: #E74426;
}
.AnyTagClassName
{
color: #E74426;
}
</style>
background-color css
<style>
a { background-color: #E74426; }
a { background-color: rgb(231,68,38); }
div.DivClassName
{
background-color: #E74426;
}
.BgClassName
{
background-color: #E74426;
}
</style>
border-color css
<style>
span { border-color: #E74426; }
span { border-color: rgb(231,68,38); }
td.TdClassName
{
border-color: #E74426;
}
.TagClassName
{
border-color: #E74426;
}
</style>