Shades of Cinnabar #EA3921
Tints of Cinnabar #EA3921
RGB
CMYK
RGB Variations
Color information
#EA3921 (or 0xEA3921) is known color: Cinnabar. HEX triplet: EA, 39 and 21. RGB value is (234,57,33). Sum of RGB (Red+Green+Blue) = 234+57+33=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3921 is #15C6DE. Grayscale: #6B6B6B. Windows color (decimal): -1427167 or 2177514. OLE color: 2177514.
HSL color Cylindrical-coordinate representation of color #EA3921: hue angle of 7.16º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA3921 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 33 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.08 |
| HSL | 7.16º | 0.83% | 0.52% | - |
| HSV(B) | 7.16º | 0.86% | 0.92% | - |
| XYZ | 35.67 | 20.53 | 3.52 | - |
| YUV | 107.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 33 | 0 | 0.76 | 0.86 | 0.08 | 7.16 | 0.83 | 0.52 |
| Hex | EA | 39 | 21 | 0 | 4C | 56 | 8 | 7 | 53 | 34 |
| Octal | 352 | 71 | 41 | 0 | 114 | 126 | 10 | 7 | 123 | 64 |
| Binary | 11101010 | 111001 | 100001 | 0 | 1001100 | 1010110 | 1000 | 111 | 1010011 | 110100 |
Color Harmonies of #EA3921
Complementary color
Monochromatic Colors of #EA3921
Black with #EA3921
Text Example
Text Example
White with #EA3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3921; }
p { color: rgb(234,57,33); }
H1.HeaderClassName
{
color: #EA3921;
}
.AnyTagClassName
{
color: #EA3921;
}
</style>
background-color css
<style>
a { background-color: #EA3921; }
a { background-color: rgb(234,57,33); }
div.DivClassName
{
background-color: #EA3921;
}
.BgClassName
{
background-color: #EA3921;
}
</style>
border-color css
<style>
span { border-color: #EA3921; }
span { border-color: rgb(234,57,33); }
td.TdClassName
{
border-color: #EA3921;
}
.TagClassName
{
border-color: #EA3921;
}
</style>