Shades of Cinnabar #EA3917
Tints of Cinnabar #EA3917
RGB
CMYK
RGB Variations
Color information
#EA3917 (or 0xEA3917) is known color: Cinnabar. HEX triplet: EA, 39 and 17. RGB value is (234,57,23). Sum of RGB (Red+Green+Blue) = 234+57+23=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3917 is #15C6E8. Grayscale: #6A6A6A. Windows color (decimal): -1427177 or 1522154. OLE color: 1522154.
HSL color Cylindrical-coordinate representation of color #EA3917: hue angle of 9.67º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA3917 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 23 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.08 |
| HSL | 9.67º | 0.83% | 0.5% | - |
| HSV(B) | 9.67º | 0.9% | 0.92% | - |
| XYZ | 35.55 | 20.48 | 2.89 | - |
| YUV | 106.05 | 81.14 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 23 | 0 | 0.76 | 0.90 | 0.08 | 9.67 | 0.83 | 0.5 |
| Hex | EA | 39 | 17 | 0 | 4C | 5A | 8 | A | 53 | 32 |
| Octal | 352 | 71 | 27 | 0 | 114 | 132 | 10 | 12 | 123 | 62 |
| Binary | 11101010 | 111001 | 10111 | 0 | 1001100 | 1011010 | 1000 | 1010 | 1010011 | 110010 |
Color Harmonies of #EA3917
Complementary color
Monochromatic Colors of #EA3917
Black with #EA3917
Text Example
Text Example
White with #EA3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3917; }
p { color: rgb(234,57,23); }
H1.HeaderClassName
{
color: #EA3917;
}
.AnyTagClassName
{
color: #EA3917;
}
</style>
background-color css
<style>
a { background-color: #EA3917; }
a { background-color: rgb(234,57,23); }
div.DivClassName
{
background-color: #EA3917;
}
.BgClassName
{
background-color: #EA3917;
}
</style>
border-color css
<style>
span { border-color: #EA3917; }
span { border-color: rgb(234,57,23); }
td.TdClassName
{
border-color: #EA3917;
}
.TagClassName
{
border-color: #EA3917;
}
</style>