Shades of Cinnabar #EA3621
Tints of Cinnabar #EA3621
RGB
CMYK
RGB Variations
Color information
#EA3621 (or 0xEA3621) is known color: Cinnabar. HEX triplet: EA, 36 and 21. RGB value is (234,54,33). Sum of RGB (Red+Green+Blue) = 234+54+33=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3621 is #15C9DE. Grayscale: #696969. Windows color (decimal): -1427935 or 2176746. OLE color: 2176746.
HSL color Cylindrical-coordinate representation of color #EA3621: hue angle of 6.27º 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 #EA3621 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 33 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.08 |
| HSL | 6.27º | 0.83% | 0.52% | - |
| HSV(B) | 6.27º | 0.86% | 0.92% | - |
| XYZ | 35.53 | 20.24 | 3.47 | - |
| YUV | 105.43 | 87.13 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 33 | 0 | 0.77 | 0.86 | 0.08 | 6.27 | 0.83 | 0.52 |
| Hex | EA | 36 | 21 | 0 | 4D | 56 | 8 | 6 | 53 | 34 |
| Octal | 352 | 66 | 41 | 0 | 115 | 126 | 10 | 6 | 123 | 64 |
| Binary | 11101010 | 110110 | 100001 | 0 | 1001101 | 1010110 | 1000 | 110 | 1010011 | 110100 |
Color Harmonies of #EA3621
Complementary color
Monochromatic Colors of #EA3621
Black with #EA3621
Text Example
Text Example
White with #EA3621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3621; }
p { color: rgb(234,54,33); }
H1.HeaderClassName
{
color: #EA3621;
}
.AnyTagClassName
{
color: #EA3621;
}
</style>
background-color css
<style>
a { background-color: #EA3621; }
a { background-color: rgb(234,54,33); }
div.DivClassName
{
background-color: #EA3621;
}
.BgClassName
{
background-color: #EA3621;
}
</style>
border-color css
<style>
span { border-color: #EA3621; }
span { border-color: rgb(234,54,33); }
td.TdClassName
{
border-color: #EA3621;
}
.TagClassName
{
border-color: #EA3621;
}
</style>