Shades of Cinnabar #EA441E
Tints of Cinnabar #EA441E
RGB
CMYK
RGB Variations
Color information
#EA441E (or 0xEA441E) is known color: Cinnabar. HEX triplet: EA, 44 and 1E. RGB value is (234,68,30). Sum of RGB (Red+Green+Blue) = 234+68+30=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA441E is #15BBE1. Grayscale: #717171. Windows color (decimal): -1424354 or 1983722. OLE color: 1983722.
HSL color Cylindrical-coordinate representation of color #EA441E: hue angle of 11.18º 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 #EA441E is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 30 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.08 |
| HSL | 11.18º | 0.83% | 0.52% | - |
| HSV(B) | 11.18º | 0.87% | 0.92% | - |
| XYZ | 36.23 | 21.72 | 3.51 | - |
| YUV | 113.3 | 81 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 30 | 0 | 0.71 | 0.87 | 0.08 | 11.18 | 0.83 | 0.52 |
| Hex | EA | 44 | 1E | 0 | 47 | 57 | 8 | B | 53 | 34 |
| Octal | 352 | 104 | 36 | 0 | 107 | 127 | 10 | 13 | 123 | 64 |
| Binary | 11101010 | 1000100 | 11110 | 0 | 1000111 | 1010111 | 1000 | 1011 | 1010011 | 110100 |
Color Harmonies of #EA441E
Complementary color
Monochromatic Colors of #EA441E
Black with #EA441E
Text Example
Text Example
White with #EA441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA441E; }
p { color: rgb(234,68,30); }
H1.HeaderClassName
{
color: #EA441E;
}
.AnyTagClassName
{
color: #EA441E;
}
</style>
background-color css
<style>
a { background-color: #EA441E; }
a { background-color: rgb(234,68,30); }
div.DivClassName
{
background-color: #EA441E;
}
.BgClassName
{
background-color: #EA441E;
}
</style>
border-color css
<style>
span { border-color: #EA441E; }
span { border-color: rgb(234,68,30); }
td.TdClassName
{
border-color: #EA441E;
}
.TagClassName
{
border-color: #EA441E;
}
</style>