Shades of Cinnabar #E0461B
Tints of Cinnabar #E0461B
RGB
CMYK
RGB Variations
Color information
#E0461B (or 0xE0461B) is known color: Cinnabar. HEX triplet: E0, 46 and 1B. RGB value is (224,70,27). Sum of RGB (Red+Green+Blue) = 224+70+27=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0461B is #1FB9E4. Grayscale: #6F6F6F. Windows color (decimal): -2079205 or 1787616. OLE color: 1787616.
HSL color Cylindrical-coordinate representation of color #E0461B: hue angle of 13.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0461B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.12 |
| HSL | 13.1º | 0.78% | 0.49% | - |
| HSV(B) | 13.1º | 0.88% | 0.88% | - |
| XYZ | 33.13 | 20.31 | 3.21 | - |
| YUV | 111.14 | 80.52 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 27 | 0 | 0.69 | 0.88 | 0.12 | 13.1 | 0.78 | 0.49 |
| Hex | E0 | 46 | 1B | 0 | 45 | 58 | C | D | 4E | 31 |
| Octal | 340 | 106 | 33 | 0 | 105 | 130 | 14 | 15 | 116 | 61 |
| Binary | 11100000 | 1000110 | 11011 | 0 | 1000101 | 1011000 | 1100 | 1101 | 1001110 | 110001 |
Color Harmonies of #E0461B
Complementary color
Monochromatic Colors of #E0461B
Black with #E0461B
Text Example
Text Example
White with #E0461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0461B; }
p { color: rgb(224,70,27); }
H1.HeaderClassName
{
color: #E0461B;
}
.AnyTagClassName
{
color: #E0461B;
}
</style>
background-color css
<style>
a { background-color: #E0461B; }
a { background-color: rgb(224,70,27); }
div.DivClassName
{
background-color: #E0461B;
}
.BgClassName
{
background-color: #E0461B;
}
</style>
border-color css
<style>
span { border-color: #E0461B; }
span { border-color: rgb(224,70,27); }
td.TdClassName
{
border-color: #E0461B;
}
.TagClassName
{
border-color: #E0461B;
}
</style>