Shades of Cinnabar #EA3321
Tints of Cinnabar #EA3321
RGB
CMYK
RGB Variations
Color information
#EA3321 (or 0xEA3321) is known color: Cinnabar. HEX triplet: EA, 33 and 21. RGB value is (234,51,33). Sum of RGB (Red+Green+Blue) = 234+51+33=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3321 is #15CCDE. Grayscale: #676767. Windows color (decimal): -1428703 or 2175978. OLE color: 2175978.
HSL color Cylindrical-coordinate representation of color #EA3321: hue angle of 5.37º 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 #EA3321 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 33 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.08 |
| HSL | 5.37º | 0.83% | 0.52% | - |
| HSV(B) | 5.37º | 0.86% | 0.92% | - |
| XYZ | 35.39 | 19.97 | 3.43 | - |
| YUV | 103.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 33 | 0 | 0.78 | 0.86 | 0.08 | 5.37 | 0.83 | 0.52 |
| Hex | EA | 33 | 21 | 0 | 4E | 56 | 8 | 5 | 53 | 34 |
| Octal | 352 | 63 | 41 | 0 | 116 | 126 | 10 | 5 | 123 | 64 |
| Binary | 11101010 | 110011 | 100001 | 0 | 1001110 | 1010110 | 1000 | 101 | 1010011 | 110100 |
Color Harmonies of #EA3321
Complementary color
Monochromatic Colors of #EA3321
Black with #EA3321
Text Example
Text Example
White with #EA3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3321; }
p { color: rgb(234,51,33); }
H1.HeaderClassName
{
color: #EA3321;
}
.AnyTagClassName
{
color: #EA3321;
}
</style>
background-color css
<style>
a { background-color: #EA3321; }
a { background-color: rgb(234,51,33); }
div.DivClassName
{
background-color: #EA3321;
}
.BgClassName
{
background-color: #EA3321;
}
</style>
border-color css
<style>
span { border-color: #EA3321; }
span { border-color: rgb(234,51,33); }
td.TdClassName
{
border-color: #EA3321;
}
.TagClassName
{
border-color: #EA3321;
}
</style>