Shades of Cinnabar #EB2E2E
Tints of Cinnabar #EB2E2E
RGB
CMYK
RGB Variations
Color information
#EB2E2E (or 0xEB2E2E) is known color: Cinnabar. HEX triplet: EB, 2E and 2E. RGB value is (235,46,46). Sum of RGB (Red+Green+Blue) = 235+46+46=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E2E is #14D1D1. Grayscale: #666666. Windows color (decimal): -1364434 or 3026667. OLE color: 3026667.
HSL color Cylindrical-coordinate representation of color #EB2E2E: hue angle of 0º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2E2E is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 46 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.08 |
| HSL | 0º | 0.83% | 0.55% | - |
| HSV(B) | 0º | 0.8% | 0.92% | - |
| XYZ | 35.73 | 19.81 | 4.53 | - |
| YUV | 102.51 | 96.12 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 46 | 0 | 0.80 | 0.80 | 0.08 | 0 | 0.83 | 0.55 |
| Hex | EB | 2E | 2E | 0 | 50 | 50 | 8 | 0 | 53 | 37 |
| Octal | 353 | 56 | 56 | 0 | 120 | 120 | 10 | 0 | 123 | 67 |
| Binary | 11101011 | 101110 | 101110 | 0 | 1010000 | 1010000 | 1000 | 0 | 1010011 | 110111 |
Color Harmonies of #EB2E2E
Complementary color
Monochromatic Colors of #EB2E2E
Black with #EB2E2E
Text Example
Text Example
White with #EB2E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E2E; }
p { color: rgb(235,46,46); }
H1.HeaderClassName
{
color: #EB2E2E;
}
.AnyTagClassName
{
color: #EB2E2E;
}
</style>
background-color css
<style>
a { background-color: #EB2E2E; }
a { background-color: rgb(235,46,46); }
div.DivClassName
{
background-color: #EB2E2E;
}
.BgClassName
{
background-color: #EB2E2E;
}
</style>
border-color css
<style>
span { border-color: #EB2E2E; }
span { border-color: rgb(235,46,46); }
td.TdClassName
{
border-color: #EB2E2E;
}
.TagClassName
{
border-color: #EB2E2E;
}
</style>