Shades of Cinnabar #E0461F
Tints of Cinnabar #E0461F
RGB
CMYK
RGB Variations
Color information
#E0461F (or 0xE0461F) is known color: Cinnabar. HEX triplet: E0, 46 and 1F. RGB value is (224,70,31). Sum of RGB (Red+Green+Blue) = 224+70+31=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0461F is #1FB9E0. Grayscale: #6F6F6F. Windows color (decimal): -2079201 or 2049760. OLE color: 2049760.
HSL color Cylindrical-coordinate representation of color #E0461F: hue angle of 12.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0461F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 31 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.12 |
| HSL | 12.12º | 0.76% | 0.5% | - |
| HSV(B) | 12.12º | 0.86% | 0.88% | - |
| XYZ | 33.18 | 20.33 | 3.47 | - |
| YUV | 111.6 | 82.52 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 31 | 0 | 0.69 | 0.86 | 0.12 | 12.12 | 0.76 | 0.5 |
| Hex | E0 | 46 | 1F | 0 | 45 | 56 | C | C | 4C | 32 |
| Octal | 340 | 106 | 37 | 0 | 105 | 126 | 14 | 14 | 114 | 62 |
| Binary | 11100000 | 1000110 | 11111 | 0 | 1000101 | 1010110 | 1100 | 1100 | 1001100 | 110010 |
Color Harmonies of #E0461F
Complementary color
Monochromatic Colors of #E0461F
Black with #E0461F
Text Example
Text Example
White with #E0461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0461F; }
p { color: rgb(224,70,31); }
H1.HeaderClassName
{
color: #E0461F;
}
.AnyTagClassName
{
color: #E0461F;
}
</style>
background-color css
<style>
a { background-color: #E0461F; }
a { background-color: rgb(224,70,31); }
div.DivClassName
{
background-color: #E0461F;
}
.BgClassName
{
background-color: #E0461F;
}
</style>
border-color css
<style>
span { border-color: #E0461F; }
span { border-color: rgb(224,70,31); }
td.TdClassName
{
border-color: #E0461F;
}
.TagClassName
{
border-color: #E0461F;
}
</style>