Shades of Cinnabar #E7491C
Tints of Cinnabar #E7491C
RGB
CMYK
RGB Variations
Color information
#E7491C (or 0xE7491C) is known color: Cinnabar. HEX triplet: E7, 49 and 1C. RGB value is (231,73,28). Sum of RGB (Red+Green+Blue) = 231+73+28=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E7491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7491C is #18B6E3. Grayscale: #737373. Windows color (decimal): -1619684 or 1853927. OLE color: 1853927.
HSL color Cylindrical-coordinate representation of color #E7491C: hue angle of 13.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7491C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 28 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.09 |
| HSL | 13.3º | 0.81% | 0.51% | - |
| HSV(B) | 13.3º | 0.88% | 0.91% | - |
| XYZ | 35.55 | 21.84 | 3.44 | - |
| YUV | 115.11 | 78.85 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 28 | 0 | 0.68 | 0.88 | 0.09 | 13.3 | 0.81 | 0.51 |
| Hex | E7 | 49 | 1C | 0 | 44 | 58 | 9 | D | 51 | 33 |
| Octal | 347 | 111 | 34 | 0 | 104 | 130 | 11 | 15 | 121 | 63 |
| Binary | 11100111 | 1001001 | 11100 | 0 | 1000100 | 1011000 | 1001 | 1101 | 1010001 | 110011 |
Color Harmonies of #E7491C
Complementary color
Monochromatic Colors of #E7491C
Black with #E7491C
Text Example
Text Example
White with #E7491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7491C; }
p { color: rgb(231,73,28); }
H1.HeaderClassName
{
color: #E7491C;
}
.AnyTagClassName
{
color: #E7491C;
}
</style>
background-color css
<style>
a { background-color: #E7491C; }
a { background-color: rgb(231,73,28); }
div.DivClassName
{
background-color: #E7491C;
}
.BgClassName
{
background-color: #E7491C;
}
</style>
border-color css
<style>
span { border-color: #E7491C; }
span { border-color: rgb(231,73,28); }
td.TdClassName
{
border-color: #E7491C;
}
.TagClassName
{
border-color: #E7491C;
}
</style>