Shades of Cinnabar #E0451B
Tints of Cinnabar #E0451B
RGB
CMYK
RGB Variations
Color information
#E0451B (or 0xE0451B) is known color: Cinnabar. HEX triplet: E0, 45 and 1B. RGB value is (224,69,27). Sum of RGB (Red+Green+Blue) = 224+69+27=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0451B is #1FBAE4. Grayscale: #6E6E6E. Windows color (decimal): -2079461 or 1787360. OLE color: 1787360.
HSL color Cylindrical-coordinate representation of color #E0451B: hue angle of 12.79º 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 #E0451B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.12 |
| HSL | 12.79º | 0.78% | 0.49% | - |
| HSV(B) | 12.79º | 0.88% | 0.88% | - |
| XYZ | 33.07 | 20.18 | 3.19 | - |
| YUV | 110.56 | 80.85 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 27 | 0 | 0.69 | 0.88 | 0.12 | 12.79 | 0.78 | 0.49 |
| Hex | E0 | 45 | 1B | 0 | 45 | 58 | C | D | 4E | 31 |
| Octal | 340 | 105 | 33 | 0 | 105 | 130 | 14 | 15 | 116 | 61 |
| Binary | 11100000 | 1000101 | 11011 | 0 | 1000101 | 1011000 | 1100 | 1101 | 1001110 | 110001 |
Color Harmonies of #E0451B
Complementary color
Monochromatic Colors of #E0451B
Black with #E0451B
Text Example
Text Example
White with #E0451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0451B; }
p { color: rgb(224,69,27); }
H1.HeaderClassName
{
color: #E0451B;
}
.AnyTagClassName
{
color: #E0451B;
}
</style>
background-color css
<style>
a { background-color: #E0451B; }
a { background-color: rgb(224,69,27); }
div.DivClassName
{
background-color: #E0451B;
}
.BgClassName
{
background-color: #E0451B;
}
</style>
border-color css
<style>
span { border-color: #E0451B; }
span { border-color: rgb(224,69,27); }
td.TdClassName
{
border-color: #E0451B;
}
.TagClassName
{
border-color: #E0451B;
}
</style>