Shades of Cinnabar #EA281F
Tints of Cinnabar #EA281F
RGB
CMYK
RGB Variations
Color information
#EA281F (or 0xEA281F) is known color: Cinnabar. HEX triplet: EA, 28 and 1F. RGB value is (234,40,31). Sum of RGB (Red+Green+Blue) = 234+40+31=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA281F is #15D7E0. Grayscale: #616161. Windows color (decimal): -1431521 or 2042090. OLE color: 2042090.
HSL color Cylindrical-coordinate representation of color #EA281F: hue angle of 2.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA281F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 31 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.08 |
| HSL | 2.66º | 0.83% | 0.52% | - |
| HSV(B) | 2.66º | 0.87% | 0.92% | - |
| XYZ | 34.94 | 19.11 | 3.14 | - |
| YUV | 96.98 | 90.77 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 31 | 0 | 0.83 | 0.87 | 0.08 | 2.66 | 0.83 | 0.52 |
| Hex | EA | 28 | 1F | 0 | 53 | 57 | 8 | 3 | 53 | 34 |
| Octal | 352 | 50 | 37 | 0 | 123 | 127 | 10 | 3 | 123 | 64 |
| Binary | 11101010 | 101000 | 11111 | 0 | 1010011 | 1010111 | 1000 | 11 | 1010011 | 110100 |
Color Harmonies of #EA281F
Complementary color
Monochromatic Colors of #EA281F
Black with #EA281F
Text Example
Text Example
White with #EA281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA281F; }
p { color: rgb(234,40,31); }
H1.HeaderClassName
{
color: #EA281F;
}
.AnyTagClassName
{
color: #EA281F;
}
</style>
background-color css
<style>
a { background-color: #EA281F; }
a { background-color: rgb(234,40,31); }
div.DivClassName
{
background-color: #EA281F;
}
.BgClassName
{
background-color: #EA281F;
}
</style>
border-color css
<style>
span { border-color: #EA281F; }
span { border-color: rgb(234,40,31); }
td.TdClassName
{
border-color: #EA281F;
}
.TagClassName
{
border-color: #EA281F;
}
</style>