Shades of Cinnabar #E1451C
Tints of Cinnabar #E1451C
RGB
CMYK
RGB Variations
Color information
#E1451C (or 0xE1451C) is known color: Cinnabar. HEX triplet: E1, 45 and 1C. RGB value is (225,69,28). Sum of RGB (Red+Green+Blue) = 225+69+28=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1451C is #1EBAE3. Grayscale: #6F6F6F. Windows color (decimal): -2013924 or 1852897. OLE color: 1852897.
HSL color Cylindrical-coordinate representation of color #E1451C: hue angle of 12.49º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1451C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 28 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.12 |
| HSL | 12.49º | 0.78% | 0.5% | - |
| HSV(B) | 12.49º | 0.88% | 0.88% | - |
| XYZ | 33.39 | 20.35 | 3.27 | - |
| YUV | 110.97 | 81.18 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 28 | 0 | 0.69 | 0.88 | 0.12 | 12.49 | 0.78 | 0.5 |
| Hex | E1 | 45 | 1C | 0 | 45 | 58 | C | C | 4E | 32 |
| Octal | 341 | 105 | 34 | 0 | 105 | 130 | 14 | 14 | 116 | 62 |
| Binary | 11100001 | 1000101 | 11100 | 0 | 1000101 | 1011000 | 1100 | 1100 | 1001110 | 110010 |
Color Harmonies of #E1451C
Complementary color
Monochromatic Colors of #E1451C
Black with #E1451C
Text Example
Text Example
White with #E1451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1451C; }
p { color: rgb(225,69,28); }
H1.HeaderClassName
{
color: #E1451C;
}
.AnyTagClassName
{
color: #E1451C;
}
</style>
background-color css
<style>
a { background-color: #E1451C; }
a { background-color: rgb(225,69,28); }
div.DivClassName
{
background-color: #E1451C;
}
.BgClassName
{
background-color: #E1451C;
}
</style>
border-color css
<style>
span { border-color: #E1451C; }
span { border-color: rgb(225,69,28); }
td.TdClassName
{
border-color: #E1451C;
}
.TagClassName
{
border-color: #E1451C;
}
</style>