Shades of Cinnabar #EA3821
Tints of Cinnabar #EA3821
RGB
CMYK
RGB Variations
Color information
#EA3821 (or 0xEA3821) is known color: Cinnabar. HEX triplet: EA, 38 and 21. RGB value is (234,56,33). Sum of RGB (Red+Green+Blue) = 234+56+33=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3821 is #15C7DE. Grayscale: #6A6A6A. Windows color (decimal): -1427423 or 2177258. OLE color: 2177258.
HSL color Cylindrical-coordinate representation of color #EA3821: hue angle of 6.87º 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 #EA3821 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 33 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.08 |
| HSL | 6.87º | 0.83% | 0.52% | - |
| HSV(B) | 6.87º | 0.86% | 0.92% | - |
| XYZ | 35.62 | 20.43 | 3.5 | - |
| YUV | 106.6 | 86.47 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 33 | 0 | 0.76 | 0.86 | 0.08 | 6.87 | 0.83 | 0.52 |
| Hex | EA | 38 | 21 | 0 | 4C | 56 | 8 | 7 | 53 | 34 |
| Octal | 352 | 70 | 41 | 0 | 114 | 126 | 10 | 7 | 123 | 64 |
| Binary | 11101010 | 111000 | 100001 | 0 | 1001100 | 1010110 | 1000 | 111 | 1010011 | 110100 |
Color Harmonies of #EA3821
Complementary color
Monochromatic Colors of #EA3821
Black with #EA3821
Text Example
Text Example
White with #EA3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3821; }
p { color: rgb(234,56,33); }
H1.HeaderClassName
{
color: #EA3821;
}
.AnyTagClassName
{
color: #EA3821;
}
</style>
background-color css
<style>
a { background-color: #EA3821; }
a { background-color: rgb(234,56,33); }
div.DivClassName
{
background-color: #EA3821;
}
.BgClassName
{
background-color: #EA3821;
}
</style>
border-color css
<style>
span { border-color: #EA3821; }
span { border-color: rgb(234,56,33); }
td.TdClassName
{
border-color: #EA3821;
}
.TagClassName
{
border-color: #EA3821;
}
</style>