Shades of Cinnabar #EA421F
Tints of Cinnabar #EA421F
RGB
CMYK
RGB Variations
Color information
#EA421F (or 0xEA421F) is known color: Cinnabar. HEX triplet: EA, 42 and 1F. RGB value is (234,66,31). Sum of RGB (Red+Green+Blue) = 234+66+31=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA421F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA421F is #15BDE0. Grayscale: #707070. Windows color (decimal): -1424865 or 2048746. OLE color: 2048746.
HSL color Cylindrical-coordinate representation of color #EA421F: hue angle of 10.34º 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 #EA421F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 31 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.08 |
| HSL | 10.34º | 0.83% | 0.52% | - |
| HSV(B) | 10.34º | 0.87% | 0.92% | - |
| XYZ | 36.13 | 21.49 | 3.54 | - |
| YUV | 112.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 31 | 0 | 0.72 | 0.87 | 0.08 | 10.34 | 0.83 | 0.52 |
| Hex | EA | 42 | 1F | 0 | 48 | 57 | 8 | A | 53 | 34 |
| Octal | 352 | 102 | 37 | 0 | 110 | 127 | 10 | 12 | 123 | 64 |
| Binary | 11101010 | 1000010 | 11111 | 0 | 1001000 | 1010111 | 1000 | 1010 | 1010011 | 110100 |
Color Harmonies of #EA421F
Complementary color
Monochromatic Colors of #EA421F
Black with #EA421F
Text Example
Text Example
White with #EA421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA421F; }
p { color: rgb(234,66,31); }
H1.HeaderClassName
{
color: #EA421F;
}
.AnyTagClassName
{
color: #EA421F;
}
</style>
background-color css
<style>
a { background-color: #EA421F; }
a { background-color: rgb(234,66,31); }
div.DivClassName
{
background-color: #EA421F;
}
.BgClassName
{
background-color: #EA421F;
}
</style>
border-color css
<style>
span { border-color: #EA421F; }
span { border-color: rgb(234,66,31); }
td.TdClassName
{
border-color: #EA421F;
}
.TagClassName
{
border-color: #EA421F;
}
</style>