Shades of Cinnabar #EB492C
Tints of Cinnabar #EB492C
RGB
CMYK
RGB Variations
Color information
#EB492C (or 0xEB492C) is known color: Cinnabar. HEX triplet: EB, 49 and 2C. RGB value is (235,73,44). Sum of RGB (Red+Green+Blue) = 235+73+44=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB492C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB492C is #14B6D3. Grayscale: #767676. Windows color (decimal): -1357524 or 2902507. OLE color: 2902507.
HSL color Cylindrical-coordinate representation of color #EB492C: hue angle of 9.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB492C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 44 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.08 |
| HSL | 9.11º | 0.83% | 0.55% | - |
| HSV(B) | 9.11º | 0.81% | 0.92% | - |
| XYZ | 37.1 | 22.61 | 4.79 | - |
| YUV | 118.13 | 86.17 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 44 | 0 | 0.69 | 0.81 | 0.08 | 9.11 | 0.83 | 0.55 |
| Hex | EB | 49 | 2C | 0 | 45 | 51 | 8 | 9 | 53 | 37 |
| Octal | 353 | 111 | 54 | 0 | 105 | 121 | 10 | 11 | 123 | 67 |
| Binary | 11101011 | 1001001 | 101100 | 0 | 1000101 | 1010001 | 1000 | 1001 | 1010011 | 110111 |
Color Harmonies of #EB492C
Complementary color
Monochromatic Colors of #EB492C
Black with #EB492C
Text Example
Text Example
White with #EB492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB492C; }
p { color: rgb(235,73,44); }
H1.HeaderClassName
{
color: #EB492C;
}
.AnyTagClassName
{
color: #EB492C;
}
</style>
background-color css
<style>
a { background-color: #EB492C; }
a { background-color: rgb(235,73,44); }
div.DivClassName
{
background-color: #EB492C;
}
.BgClassName
{
background-color: #EB492C;
}
</style>
border-color css
<style>
span { border-color: #EB492C; }
span { border-color: rgb(235,73,44); }
td.TdClassName
{
border-color: #EB492C;
}
.TagClassName
{
border-color: #EB492C;
}
</style>