Shades of Cinnabar #EA451F
Tints of Cinnabar #EA451F
RGB
CMYK
RGB Variations
Color information
#EA451F (or 0xEA451F) is known color: Cinnabar. HEX triplet: EA, 45 and 1F. RGB value is (234,69,31). Sum of RGB (Red+Green+Blue) = 234+69+31=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA451F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA451F is #15BAE0. Grayscale: #727272. Windows color (decimal): -1424097 or 2049514. OLE color: 2049514.
HSL color Cylindrical-coordinate representation of color #EA451F: hue angle of 11.23º 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 #EA451F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.08 |
| HSL | 11.23º | 0.83% | 0.52% | - |
| HSV(B) | 11.23º | 0.87% | 0.92% | - |
| XYZ | 36.31 | 21.85 | 3.6 | - |
| YUV | 114 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 31 | 0 | 0.71 | 0.87 | 0.08 | 11.23 | 0.83 | 0.52 |
| Hex | EA | 45 | 1F | 0 | 47 | 57 | 8 | B | 53 | 34 |
| Octal | 352 | 105 | 37 | 0 | 107 | 127 | 10 | 13 | 123 | 64 |
| Binary | 11101010 | 1000101 | 11111 | 0 | 1000111 | 1010111 | 1000 | 1011 | 1010011 | 110100 |
Color Harmonies of #EA451F
Complementary color
Monochromatic Colors of #EA451F
Black with #EA451F
Text Example
Text Example
White with #EA451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA451F; }
p { color: rgb(234,69,31); }
H1.HeaderClassName
{
color: #EA451F;
}
.AnyTagClassName
{
color: #EA451F;
}
</style>
background-color css
<style>
a { background-color: #EA451F; }
a { background-color: rgb(234,69,31); }
div.DivClassName
{
background-color: #EA451F;
}
.BgClassName
{
background-color: #EA451F;
}
</style>
border-color css
<style>
span { border-color: #EA451F; }
span { border-color: rgb(234,69,31); }
td.TdClassName
{
border-color: #EA451F;
}
.TagClassName
{
border-color: #EA451F;
}
</style>