Shades of Cinnabar #E24B1F
Tints of Cinnabar #E24B1F
RGB
CMYK
RGB Variations
Color information
#E24B1F (or 0xE24B1F) is known color: Cinnabar. HEX triplet: E2, 4B and 1F. RGB value is (226,75,31). Sum of RGB (Red+Green+Blue) = 226+75+31=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24B1F is #1DB4E0. Grayscale: #737373. Windows color (decimal): -1946849 or 2051042. OLE color: 2051042.
HSL color Cylindrical-coordinate representation of color #E24B1F: hue angle of 13.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E24B1F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 31 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.11 |
| HSL | 13.54º | 0.77% | 0.5% | - |
| HSV(B) | 13.54º | 0.86% | 0.89% | - |
| XYZ | 34.13 | 21.3 | 3.61 | - |
| YUV | 115.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 31 | 0 | 0.67 | 0.86 | 0.11 | 13.54 | 0.77 | 0.5 |
| Hex | E2 | 4B | 1F | 0 | 43 | 56 | B | E | 4D | 32 |
| Octal | 342 | 113 | 37 | 0 | 103 | 126 | 13 | 16 | 115 | 62 |
| Binary | 11100010 | 1001011 | 11111 | 0 | 1000011 | 1010110 | 1011 | 1110 | 1001101 | 110010 |
Color Harmonies of #E24B1F
Complementary color
Monochromatic Colors of #E24B1F
Black with #E24B1F
Text Example
Text Example
White with #E24B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24B1F; }
p { color: rgb(226,75,31); }
H1.HeaderClassName
{
color: #E24B1F;
}
.AnyTagClassName
{
color: #E24B1F;
}
</style>
background-color css
<style>
a { background-color: #E24B1F; }
a { background-color: rgb(226,75,31); }
div.DivClassName
{
background-color: #E24B1F;
}
.BgClassName
{
background-color: #E24B1F;
}
</style>
border-color css
<style>
span { border-color: #E24B1F; }
span { border-color: rgb(226,75,31); }
td.TdClassName
{
border-color: #E24B1F;
}
.TagClassName
{
border-color: #E24B1F;
}
</style>