Shades of Cinnabar #EB2E2C
Tints of Cinnabar #EB2E2C
RGB
CMYK
RGB Variations
Color information
#EB2E2C (or 0xEB2E2C) is known color: Cinnabar. HEX triplet: EB, 2E and 2C. RGB value is (235,46,44). Sum of RGB (Red+Green+Blue) = 235+46+44=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E2C is #14D1D3. Grayscale: #666666. Windows color (decimal): -1364436 or 2895595. OLE color: 2895595.
HSL color Cylindrical-coordinate representation of color #EB2E2C: hue angle of 0.63º 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 #EB2E2C is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 44 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.08 |
| HSL | 0.63º | 0.83% | 0.55% | - |
| HSV(B) | 0.63º | 0.81% | 0.92% | - |
| XYZ | 35.69 | 19.8 | 4.32 | - |
| YUV | 102.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 44 | 0 | 0.80 | 0.81 | 0.08 | 0.63 | 0.83 | 0.55 |
| Hex | EB | 2E | 2C | 0 | 50 | 51 | 8 | 1 | 53 | 37 |
| Octal | 353 | 56 | 54 | 0 | 120 | 121 | 10 | 1 | 123 | 67 |
| Binary | 11101011 | 101110 | 101100 | 0 | 1010000 | 1010001 | 1000 | 1 | 1010011 | 110111 |
Color Harmonies of #EB2E2C
Complementary color
Monochromatic Colors of #EB2E2C
Black with #EB2E2C
Text Example
Text Example
White with #EB2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E2C; }
p { color: rgb(235,46,44); }
H1.HeaderClassName
{
color: #EB2E2C;
}
.AnyTagClassName
{
color: #EB2E2C;
}
</style>
background-color css
<style>
a { background-color: #EB2E2C; }
a { background-color: rgb(235,46,44); }
div.DivClassName
{
background-color: #EB2E2C;
}
.BgClassName
{
background-color: #EB2E2C;
}
</style>
border-color css
<style>
span { border-color: #EB2E2C; }
span { border-color: rgb(235,46,44); }
td.TdClassName
{
border-color: #EB2E2C;
}
.TagClassName
{
border-color: #EB2E2C;
}
</style>