Shades of Cinnabar #EA2B1D
Tints of Cinnabar #EA2B1D
RGB
CMYK
RGB Variations
Color information
#EA2B1D (or 0xEA2B1D) is known color: Cinnabar. HEX triplet: EA, 2B and 1D. RGB value is (234,43,29). Sum of RGB (Red+Green+Blue) = 234+43+29=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2B1D is #15D4E2. Grayscale: #626262. Windows color (decimal): -1430755 or 1911786. OLE color: 1911786.
HSL color Cylindrical-coordinate representation of color #EA2B1D: hue angle of 4.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA2B1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.08 |
| HSL | 4.1º | 0.83% | 0.52% | - |
| HSV(B) | 4.1º | 0.88% | 0.92% | - |
| XYZ | 35.02 | 19.31 | 3.04 | - |
| YUV | 98.51 | 88.78 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 29 | 0 | 0.82 | 0.88 | 0.08 | 4.1 | 0.83 | 0.52 |
| Hex | EA | 2B | 1D | 0 | 52 | 58 | 8 | 4 | 53 | 34 |
| Octal | 352 | 53 | 35 | 0 | 122 | 130 | 10 | 4 | 123 | 64 |
| Binary | 11101010 | 101011 | 11101 | 0 | 1010010 | 1011000 | 1000 | 100 | 1010011 | 110100 |
Color Harmonies of #EA2B1D
Complementary color
Monochromatic Colors of #EA2B1D
Black with #EA2B1D
Text Example
Text Example
White with #EA2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B1D; }
p { color: rgb(234,43,29); }
H1.HeaderClassName
{
color: #EA2B1D;
}
.AnyTagClassName
{
color: #EA2B1D;
}
</style>
background-color css
<style>
a { background-color: #EA2B1D; }
a { background-color: rgb(234,43,29); }
div.DivClassName
{
background-color: #EA2B1D;
}
.BgClassName
{
background-color: #EA2B1D;
}
</style>
border-color css
<style>
span { border-color: #EA2B1D; }
span { border-color: rgb(234,43,29); }
td.TdClassName
{
border-color: #EA2B1D;
}
.TagClassName
{
border-color: #EA2B1D;
}
</style>