Shades of Cinnabar #EA3F1C
Tints of Cinnabar #EA3F1C
RGB
CMYK
RGB Variations
Color information
#EA3F1C (or 0xEA3F1C) is known color: Cinnabar. HEX triplet: EA, 3F and 1C. RGB value is (234,63,28). Sum of RGB (Red+Green+Blue) = 234+63+28=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3F1C is #15C0E3. Grayscale: #6E6E6E. Windows color (decimal): -1425636 or 1851370. OLE color: 1851370.
HSL color Cylindrical-coordinate representation of color #EA3F1C: hue angle of 10.19º 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 #EA3F1C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 63 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.08 |
| HSL | 10.19º | 0.83% | 0.51% | - |
| HSV(B) | 10.19º | 0.88% | 0.92% | - |
| XYZ | 35.92 | 21.13 | 3.28 | - |
| YUV | 110.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 63 | 28 | 0 | 0.73 | 0.88 | 0.08 | 10.19 | 0.83 | 0.51 |
| Hex | EA | 3F | 1C | 0 | 49 | 58 | 8 | A | 53 | 33 |
| Octal | 352 | 77 | 34 | 0 | 111 | 130 | 10 | 12 | 123 | 63 |
| Binary | 11101010 | 111111 | 11100 | 0 | 1001001 | 1011000 | 1000 | 1010 | 1010011 | 110011 |
Color Harmonies of #EA3F1C
Complementary color
Monochromatic Colors of #EA3F1C
Black with #EA3F1C
Text Example
Text Example
White with #EA3F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3F1C; }
p { color: rgb(234,63,28); }
H1.HeaderClassName
{
color: #EA3F1C;
}
.AnyTagClassName
{
color: #EA3F1C;
}
</style>
background-color css
<style>
a { background-color: #EA3F1C; }
a { background-color: rgb(234,63,28); }
div.DivClassName
{
background-color: #EA3F1C;
}
.BgClassName
{
background-color: #EA3F1C;
}
</style>
border-color css
<style>
span { border-color: #EA3F1C; }
span { border-color: rgb(234,63,28); }
td.TdClassName
{
border-color: #EA3F1C;
}
.TagClassName
{
border-color: #EA3F1C;
}
</style>