Shades of Cinnabar #E24A1F
Tints of Cinnabar #E24A1F
RGB
CMYK
RGB Variations
Color information
#E24A1F (or 0xE24A1F) is known color: Cinnabar. HEX triplet: E2, 4A and 1F. RGB value is (226,74,31). Sum of RGB (Red+Green+Blue) = 226+74+31=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A1F is #1DB5E0. Grayscale: #727272. Windows color (decimal): -1947105 or 2050786. OLE color: 2050786.
HSL color Cylindrical-coordinate representation of color #E24A1F: hue angle of 13.23º 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 #E24A1F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 31 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.11 |
| HSL | 13.23º | 0.77% | 0.5% | - |
| HSV(B) | 13.23º | 0.86% | 0.89% | - |
| XYZ | 34.06 | 21.17 | 3.59 | - |
| YUV | 114.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 31 | 0 | 0.67 | 0.86 | 0.11 | 13.23 | 0.77 | 0.5 |
| Hex | E2 | 4A | 1F | 0 | 43 | 56 | B | D | 4D | 32 |
| Octal | 342 | 112 | 37 | 0 | 103 | 126 | 13 | 15 | 115 | 62 |
| Binary | 11100010 | 1001010 | 11111 | 0 | 1000011 | 1010110 | 1011 | 1101 | 1001101 | 110010 |
Color Harmonies of #E24A1F
Complementary color
Monochromatic Colors of #E24A1F
Black with #E24A1F
Text Example
Text Example
White with #E24A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A1F; }
p { color: rgb(226,74,31); }
H1.HeaderClassName
{
color: #E24A1F;
}
.AnyTagClassName
{
color: #E24A1F;
}
</style>
background-color css
<style>
a { background-color: #E24A1F; }
a { background-color: rgb(226,74,31); }
div.DivClassName
{
background-color: #E24A1F;
}
.BgClassName
{
background-color: #E24A1F;
}
</style>
border-color css
<style>
span { border-color: #E24A1F; }
span { border-color: rgb(226,74,31); }
td.TdClassName
{
border-color: #E24A1F;
}
.TagClassName
{
border-color: #E24A1F;
}
</style>