Shades of Cinnabar #EA3D2E
Tints of Cinnabar #EA3D2E
RGB
CMYK
RGB Variations
Color information
#EA3D2E (or 0xEA3D2E) is known color: Cinnabar. HEX triplet: EA, 3D and 2E. RGB value is (234,61,46). Sum of RGB (Red+Green+Blue) = 234+61+46=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3D2E is #15C2D1. Grayscale: #6F6F6F. Windows color (decimal): -1426130 or 3030506. OLE color: 3030506.
HSL color Cylindrical-coordinate representation of color #EA3D2E: hue angle of 4.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA3D2E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 61 | 46 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.08 |
| HSL | 4.79º | 0.82% | 0.55% | - |
| HSV(B) | 4.79º | 0.8% | 0.92% | - |
| XYZ | 36.09 | 21.03 | 4.74 | - |
| YUV | 111.02 | 91.31 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 46 | 0 | 0.74 | 0.80 | 0.08 | 4.79 | 0.82 | 0.55 |
| Hex | EA | 3D | 2E | 0 | 4A | 50 | 8 | 5 | 52 | 37 |
| Octal | 352 | 75 | 56 | 0 | 112 | 120 | 10 | 5 | 122 | 67 |
| Binary | 11101010 | 111101 | 101110 | 0 | 1001010 | 1010000 | 1000 | 101 | 1010010 | 110111 |
Color Harmonies of #EA3D2E
Complementary color
Monochromatic Colors of #EA3D2E
Black with #EA3D2E
Text Example
Text Example
White with #EA3D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3D2E; }
p { color: rgb(234,61,46); }
H1.HeaderClassName
{
color: #EA3D2E;
}
.AnyTagClassName
{
color: #EA3D2E;
}
</style>
background-color css
<style>
a { background-color: #EA3D2E; }
a { background-color: rgb(234,61,46); }
div.DivClassName
{
background-color: #EA3D2E;
}
.BgClassName
{
background-color: #EA3D2E;
}
</style>
border-color css
<style>
span { border-color: #EA3D2E; }
span { border-color: rgb(234,61,46); }
td.TdClassName
{
border-color: #EA3D2E;
}
.TagClassName
{
border-color: #EA3D2E;
}
</style>