Shades of Cinnabar #EA2D2B
Tints of Cinnabar #EA2D2B
RGB
CMYK
RGB Variations
Color information
#EA2D2B (or 0xEA2D2B) is known color: Cinnabar. HEX triplet: EA, 2D and 2B. RGB value is (234,45,43). Sum of RGB (Red+Green+Blue) = 234+45+43=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D2B is #15D2D4. Grayscale: #656565. Windows color (decimal): -1430229 or 2829802. OLE color: 2829802.
HSL color Cylindrical-coordinate representation of color #EA2D2B: hue angle of 0.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2D2B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 43 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.08 |
| HSL | 0.63º | 0.82% | 0.54% | - |
| HSV(B) | 0.63º | 0.82% | 0.92% | - |
| XYZ | 35.31 | 19.54 | 4.2 | - |
| YUV | 101.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 43 | 0 | 0.81 | 0.82 | 0.08 | 0.63 | 0.82 | 0.54 |
| Hex | EA | 2D | 2B | 0 | 51 | 52 | 8 | 1 | 52 | 36 |
| Octal | 352 | 55 | 53 | 0 | 121 | 122 | 10 | 1 | 122 | 66 |
| Binary | 11101010 | 101101 | 101011 | 0 | 1010001 | 1010010 | 1000 | 1 | 1010010 | 110110 |
Color Harmonies of #EA2D2B
Complementary color
Monochromatic Colors of #EA2D2B
Black with #EA2D2B
Text Example
Text Example
White with #EA2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D2B; }
p { color: rgb(234,45,43); }
H1.HeaderClassName
{
color: #EA2D2B;
}
.AnyTagClassName
{
color: #EA2D2B;
}
</style>
background-color css
<style>
a { background-color: #EA2D2B; }
a { background-color: rgb(234,45,43); }
div.DivClassName
{
background-color: #EA2D2B;
}
.BgClassName
{
background-color: #EA2D2B;
}
</style>
border-color css
<style>
span { border-color: #EA2D2B; }
span { border-color: rgb(234,45,43); }
td.TdClassName
{
border-color: #EA2D2B;
}
.TagClassName
{
border-color: #EA2D2B;
}
</style>