Shades of Cinnabar #EA3218
Tints of Cinnabar #EA3218
RGB
CMYK
RGB Variations
Color information
#EA3218 (or 0xEA3218) is known color: Cinnabar. HEX triplet: EA, 32 and 18. RGB value is (234,50,24). Sum of RGB (Red+Green+Blue) = 234+50+24=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3218 is #15CDE7. Grayscale: #666666. Windows color (decimal): -1428968 or 1585898. OLE color: 1585898.
HSL color Cylindrical-coordinate representation of color #EA3218: hue angle of 7.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA3218 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.08 |
| HSL | 7.43º | 0.83% | 0.51% | - |
| HSV(B) | 7.43º | 0.9% | 0.92% | - |
| XYZ | 35.24 | 19.84 | 2.84 | - |
| YUV | 102.05 | 83.96 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 24 | 0 | 0.79 | 0.90 | 0.08 | 7.43 | 0.83 | 0.51 |
| Hex | EA | 32 | 18 | 0 | 4F | 5A | 8 | 7 | 53 | 33 |
| Octal | 352 | 62 | 30 | 0 | 117 | 132 | 10 | 7 | 123 | 63 |
| Binary | 11101010 | 110010 | 11000 | 0 | 1001111 | 1011010 | 1000 | 111 | 1010011 | 110011 |
Color Harmonies of #EA3218
Complementary color
Monochromatic Colors of #EA3218
Black with #EA3218
Text Example
Text Example
White with #EA3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3218; }
p { color: rgb(234,50,24); }
H1.HeaderClassName
{
color: #EA3218;
}
.AnyTagClassName
{
color: #EA3218;
}
</style>
background-color css
<style>
a { background-color: #EA3218; }
a { background-color: rgb(234,50,24); }
div.DivClassName
{
background-color: #EA3218;
}
.BgClassName
{
background-color: #EA3218;
}
</style>
border-color css
<style>
span { border-color: #EA3218; }
span { border-color: rgb(234,50,24); }
td.TdClassName
{
border-color: #EA3218;
}
.TagClassName
{
border-color: #EA3218;
}
</style>