Shades of Cinnabar #EA281D
Tints of Cinnabar #EA281D
RGB
CMYK
RGB Variations
Color information
#EA281D (or 0xEA281D) is known color: Cinnabar. HEX triplet: EA, 28 and 1D. RGB value is (234,40,29). Sum of RGB (Red+Green+Blue) = 234+40+29=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA281D is #15D7E2. Grayscale: #606060. Windows color (decimal): -1431523 or 1911018. OLE color: 1911018.
HSL color Cylindrical-coordinate representation of color #EA281D: hue angle of 3.22º 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 #EA281D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.08 |
| HSL | 3.22º | 0.83% | 0.52% | - |
| HSV(B) | 3.22º | 0.88% | 0.92% | - |
| XYZ | 34.91 | 19.1 | 3.01 | - |
| YUV | 96.75 | 89.77 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 29 | 0 | 0.83 | 0.88 | 0.08 | 3.22 | 0.83 | 0.52 |
| Hex | EA | 28 | 1D | 0 | 53 | 58 | 8 | 3 | 53 | 34 |
| Octal | 352 | 50 | 35 | 0 | 123 | 130 | 10 | 3 | 123 | 64 |
| Binary | 11101010 | 101000 | 11101 | 0 | 1010011 | 1011000 | 1000 | 11 | 1010011 | 110100 |
Color Harmonies of #EA281D
Complementary color
Monochromatic Colors of #EA281D
Black with #EA281D
Text Example
Text Example
White with #EA281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA281D; }
p { color: rgb(234,40,29); }
H1.HeaderClassName
{
color: #EA281D;
}
.AnyTagClassName
{
color: #EA281D;
}
</style>
background-color css
<style>
a { background-color: #EA281D; }
a { background-color: rgb(234,40,29); }
div.DivClassName
{
background-color: #EA281D;
}
.BgClassName
{
background-color: #EA281D;
}
</style>
border-color css
<style>
span { border-color: #EA281D; }
span { border-color: rgb(234,40,29); }
td.TdClassName
{
border-color: #EA281D;
}
.TagClassName
{
border-color: #EA281D;
}
</style>