Shades of Cinnabar #EA3C2B
Tints of Cinnabar #EA3C2B
RGB
CMYK
RGB Variations
Color information
#EA3C2B (or 0xEA3C2B) is known color: Cinnabar. HEX triplet: EA, 3C and 2B. RGB value is (234,60,43). Sum of RGB (Red+Green+Blue) = 234+60+43=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C2B is #15C3D4. Grayscale: #6E6E6E. Windows color (decimal): -1426389 or 2833642. OLE color: 2833642.
HSL color Cylindrical-coordinate representation of color #EA3C2B: hue angle of 5.34º 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 #EA3C2B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 43 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.08 |
| HSL | 5.34º | 0.82% | 0.54% | - |
| HSV(B) | 5.34º | 0.82% | 0.92% | - |
| XYZ | 35.98 | 20.9 | 4.42 | - |
| YUV | 110.09 | 90.15 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 43 | 0 | 0.74 | 0.82 | 0.08 | 5.34 | 0.82 | 0.54 |
| Hex | EA | 3C | 2B | 0 | 4A | 52 | 8 | 5 | 52 | 36 |
| Octal | 352 | 74 | 53 | 0 | 112 | 122 | 10 | 5 | 122 | 66 |
| Binary | 11101010 | 111100 | 101011 | 0 | 1001010 | 1010010 | 1000 | 101 | 1010010 | 110110 |
Color Harmonies of #EA3C2B
Complementary color
Monochromatic Colors of #EA3C2B
Black with #EA3C2B
Text Example
Text Example
White with #EA3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C2B; }
p { color: rgb(234,60,43); }
H1.HeaderClassName
{
color: #EA3C2B;
}
.AnyTagClassName
{
color: #EA3C2B;
}
</style>
background-color css
<style>
a { background-color: #EA3C2B; }
a { background-color: rgb(234,60,43); }
div.DivClassName
{
background-color: #EA3C2B;
}
.BgClassName
{
background-color: #EA3C2B;
}
</style>
border-color css
<style>
span { border-color: #EA3C2B; }
span { border-color: rgb(234,60,43); }
td.TdClassName
{
border-color: #EA3C2B;
}
.TagClassName
{
border-color: #EA3C2B;
}
</style>