Shades of Cinnabar #EA441B
Tints of Cinnabar #EA441B
RGB
CMYK
RGB Variations
Color information
#EA441B (or 0xEA441B) is known color: Cinnabar. HEX triplet: EA, 44 and 1B. RGB value is (234,68,27). Sum of RGB (Red+Green+Blue) = 234+68+27=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA441B is #15BBE4. Grayscale: #717171. Windows color (decimal): -1424357 or 1787114. OLE color: 1787114.
HSL color Cylindrical-coordinate representation of color #EA441B: hue angle of 11.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA441B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.08 |
| HSL | 11.88º | 0.83% | 0.51% | - |
| HSV(B) | 11.88º | 0.88% | 0.92% | - |
| XYZ | 36.2 | 21.71 | 3.32 | - |
| YUV | 112.96 | 79.5 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 27 | 0 | 0.71 | 0.88 | 0.08 | 11.88 | 0.83 | 0.51 |
| Hex | EA | 44 | 1B | 0 | 47 | 58 | 8 | C | 53 | 33 |
| Octal | 352 | 104 | 33 | 0 | 107 | 130 | 10 | 14 | 123 | 63 |
| Binary | 11101010 | 1000100 | 11011 | 0 | 1000111 | 1011000 | 1000 | 1100 | 1010011 | 110011 |
Color Harmonies of #EA441B
Complementary color
Monochromatic Colors of #EA441B
Black with #EA441B
Text Example
Text Example
White with #EA441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA441B; }
p { color: rgb(234,68,27); }
H1.HeaderClassName
{
color: #EA441B;
}
.AnyTagClassName
{
color: #EA441B;
}
</style>
background-color css
<style>
a { background-color: #EA441B; }
a { background-color: rgb(234,68,27); }
div.DivClassName
{
background-color: #EA441B;
}
.BgClassName
{
background-color: #EA441B;
}
</style>
border-color css
<style>
span { border-color: #EA441B; }
span { border-color: rgb(234,68,27); }
td.TdClassName
{
border-color: #EA441B;
}
.TagClassName
{
border-color: #EA441B;
}
</style>