Shades of Cinnabar #EA372D
Tints of Cinnabar #EA372D
RGB
CMYK
RGB Variations
Color information
#EA372D (or 0xEA372D) is known color: Cinnabar. HEX triplet: EA, 37 and 2D. RGB value is (234,55,45). Sum of RGB (Red+Green+Blue) = 234+55+45=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA372D is #15C8D2. Grayscale: #6B6B6B. Windows color (decimal): -1427667 or 2963434. OLE color: 2963434.
HSL color Cylindrical-coordinate representation of color #EA372D: hue angle of 3.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA372D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.08 |
| HSL | 3.17º | 0.82% | 0.55% | - |
| HSV(B) | 3.17º | 0.81% | 0.92% | - |
| XYZ | 35.77 | 20.41 | 4.54 | - |
| YUV | 107.38 | 92.8 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 45 | 0 | 0.76 | 0.81 | 0.08 | 3.17 | 0.82 | 0.55 |
| Hex | EA | 37 | 2D | 0 | 4C | 51 | 8 | 3 | 52 | 37 |
| Octal | 352 | 67 | 55 | 0 | 114 | 121 | 10 | 3 | 122 | 67 |
| Binary | 11101010 | 110111 | 101101 | 0 | 1001100 | 1010001 | 1000 | 11 | 1010010 | 110111 |
Color Harmonies of #EA372D
Complementary color
Monochromatic Colors of #EA372D
Black with #EA372D
Text Example
Text Example
White with #EA372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA372D; }
p { color: rgb(234,55,45); }
H1.HeaderClassName
{
color: #EA372D;
}
.AnyTagClassName
{
color: #EA372D;
}
</style>
background-color css
<style>
a { background-color: #EA372D; }
a { background-color: rgb(234,55,45); }
div.DivClassName
{
background-color: #EA372D;
}
.BgClassName
{
background-color: #EA372D;
}
</style>
border-color css
<style>
span { border-color: #EA372D; }
span { border-color: rgb(234,55,45); }
td.TdClassName
{
border-color: #EA372D;
}
.TagClassName
{
border-color: #EA372D;
}
</style>