Shades of Cinnabar #EA3A2D
Tints of Cinnabar #EA3A2D
RGB
CMYK
RGB Variations
Color information
#EA3A2D (or 0xEA3A2D) is known color: Cinnabar. HEX triplet: EA, 3A and 2D. RGB value is (234,58,45). Sum of RGB (Red+Green+Blue) = 234+58+45=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A2D is #15C5D2. Grayscale: #6D6D6D. Windows color (decimal): -1426899 or 2964202. OLE color: 2964202.
HSL color Cylindrical-coordinate representation of color #EA3A2D: hue angle of 4.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA3A2D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 45 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.08 |
| HSL | 4.13º | 0.82% | 0.55% | - |
| HSV(B) | 4.13º | 0.81% | 0.92% | - |
| XYZ | 35.92 | 20.71 | 4.59 | - |
| YUV | 109.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 45 | 0 | 0.75 | 0.81 | 0.08 | 4.13 | 0.82 | 0.55 |
| Hex | EA | 3A | 2D | 0 | 4B | 51 | 8 | 4 | 52 | 37 |
| Octal | 352 | 72 | 55 | 0 | 113 | 121 | 10 | 4 | 122 | 67 |
| Binary | 11101010 | 111010 | 101101 | 0 | 1001011 | 1010001 | 1000 | 100 | 1010010 | 110111 |
Color Harmonies of #EA3A2D
Complementary color
Monochromatic Colors of #EA3A2D
Black with #EA3A2D
Text Example
Text Example
White with #EA3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A2D; }
p { color: rgb(234,58,45); }
H1.HeaderClassName
{
color: #EA3A2D;
}
.AnyTagClassName
{
color: #EA3A2D;
}
</style>
background-color css
<style>
a { background-color: #EA3A2D; }
a { background-color: rgb(234,58,45); }
div.DivClassName
{
background-color: #EA3A2D;
}
.BgClassName
{
background-color: #EA3A2D;
}
</style>
border-color css
<style>
span { border-color: #EA3A2D; }
span { border-color: rgb(234,58,45); }
td.TdClassName
{
border-color: #EA3A2D;
}
.TagClassName
{
border-color: #EA3A2D;
}
</style>