Shades of Cinnabar #E4461A
Tints of Cinnabar #E4461A
RGB
CMYK
RGB Variations
Color information
#E4461A (or 0xE4461A) is known color: Cinnabar. HEX triplet: E4, 46 and 1A. RGB value is (228,70,26). Sum of RGB (Red+Green+Blue) = 228+70+26=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4461A is #1BB9E5. Grayscale: #707070. Windows color (decimal): -1817062 or 1722084. OLE color: 1722084.
HSL color Cylindrical-coordinate representation of color #E4461A: hue angle of 13.07º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4461A is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 26 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.11 |
| HSL | 13.07º | 0.8% | 0.5% | - |
| HSV(B) | 13.07º | 0.89% | 0.89% | - |
| XYZ | 34.37 | 20.95 | 3.21 | - |
| YUV | 112.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 26 | 0 | 0.69 | 0.89 | 0.11 | 13.07 | 0.8 | 0.5 |
| Hex | E4 | 46 | 1A | 0 | 45 | 59 | B | D | 50 | 32 |
| Octal | 344 | 106 | 32 | 0 | 105 | 131 | 13 | 15 | 120 | 62 |
| Binary | 11100100 | 1000110 | 11010 | 0 | 1000101 | 1011001 | 1011 | 1101 | 1010000 | 110010 |
Color Harmonies of #E4461A
Complementary color
Monochromatic Colors of #E4461A
Black with #E4461A
Text Example
Text Example
White with #E4461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4461A; }
p { color: rgb(228,70,26); }
H1.HeaderClassName
{
color: #E4461A;
}
.AnyTagClassName
{
color: #E4461A;
}
</style>
background-color css
<style>
a { background-color: #E4461A; }
a { background-color: rgb(228,70,26); }
div.DivClassName
{
background-color: #E4461A;
}
.BgClassName
{
background-color: #E4461A;
}
</style>
border-color css
<style>
span { border-color: #E4461A; }
span { border-color: rgb(228,70,26); }
td.TdClassName
{
border-color: #E4461A;
}
.TagClassName
{
border-color: #E4461A;
}
</style>