Shades of Cinnabar #EA2D1D
Tints of Cinnabar #EA2D1D
RGB
CMYK
RGB Variations
Color information
#EA2D1D (or 0xEA2D1D) is known color: Cinnabar. HEX triplet: EA, 2D and 1D. RGB value is (234,45,29). Sum of RGB (Red+Green+Blue) = 234+45+29=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D1D is #15D2E2. Grayscale: #636363. Windows color (decimal): -1430243 or 1912298. OLE color: 1912298.
HSL color Cylindrical-coordinate representation of color #EA2D1D: hue angle of 4.68º 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 #EA2D1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.08 |
| HSL | 4.68º | 0.83% | 0.52% | - |
| HSV(B) | 4.68º | 0.88% | 0.92% | - |
| XYZ | 35.09 | 19.46 | 3.07 | - |
| YUV | 99.69 | 88.12 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 29 | 0 | 0.81 | 0.88 | 0.08 | 4.68 | 0.83 | 0.52 |
| Hex | EA | 2D | 1D | 0 | 51 | 58 | 8 | 5 | 53 | 34 |
| Octal | 352 | 55 | 35 | 0 | 121 | 130 | 10 | 5 | 123 | 64 |
| Binary | 11101010 | 101101 | 11101 | 0 | 1010001 | 1011000 | 1000 | 101 | 1010011 | 110100 |
Color Harmonies of #EA2D1D
Complementary color
Monochromatic Colors of #EA2D1D
Black with #EA2D1D
Text Example
Text Example
White with #EA2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D1D; }
p { color: rgb(234,45,29); }
H1.HeaderClassName
{
color: #EA2D1D;
}
.AnyTagClassName
{
color: #EA2D1D;
}
</style>
background-color css
<style>
a { background-color: #EA2D1D; }
a { background-color: rgb(234,45,29); }
div.DivClassName
{
background-color: #EA2D1D;
}
.BgClassName
{
background-color: #EA2D1D;
}
</style>
border-color css
<style>
span { border-color: #EA2D1D; }
span { border-color: rgb(234,45,29); }
td.TdClassName
{
border-color: #EA2D1D;
}
.TagClassName
{
border-color: #EA2D1D;
}
</style>