Shades of Cinnabar #EA441F
Tints of Cinnabar #EA441F
RGB
CMYK
RGB Variations
Color information
#EA441F (or 0xEA441F) is known color: Cinnabar. HEX triplet: EA, 44 and 1F. RGB value is (234,68,31). Sum of RGB (Red+Green+Blue) = 234+68+31=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA441F is #15BBE0. Grayscale: #717171. Windows color (decimal): -1424353 or 2049258. OLE color: 2049258.
HSL color Cylindrical-coordinate representation of color #EA441F: hue angle of 10.94º 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 #EA441F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.08 |
| HSL | 10.94º | 0.83% | 0.52% | - |
| HSV(B) | 10.94º | 0.87% | 0.92% | - |
| XYZ | 36.25 | 21.73 | 3.58 | - |
| YUV | 113.42 | 81.5 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 31 | 0 | 0.71 | 0.87 | 0.08 | 10.94 | 0.83 | 0.52 |
| Hex | EA | 44 | 1F | 0 | 47 | 57 | 8 | B | 53 | 34 |
| Octal | 352 | 104 | 37 | 0 | 107 | 127 | 10 | 13 | 123 | 64 |
| Binary | 11101010 | 1000100 | 11111 | 0 | 1000111 | 1010111 | 1000 | 1011 | 1010011 | 110100 |
Color Harmonies of #EA441F
Complementary color
Monochromatic Colors of #EA441F
Black with #EA441F
Text Example
Text Example
White with #EA441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA441F; }
p { color: rgb(234,68,31); }
H1.HeaderClassName
{
color: #EA441F;
}
.AnyTagClassName
{
color: #EA441F;
}
</style>
background-color css
<style>
a { background-color: #EA441F; }
a { background-color: rgb(234,68,31); }
div.DivClassName
{
background-color: #EA441F;
}
.BgClassName
{
background-color: #EA441F;
}
</style>
border-color css
<style>
span { border-color: #EA441F; }
span { border-color: rgb(234,68,31); }
td.TdClassName
{
border-color: #EA441F;
}
.TagClassName
{
border-color: #EA441F;
}
</style>