Shades of Cinnabar #EA372F
Tints of Cinnabar #EA372F
RGB
CMYK
RGB Variations
Color information
#EA372F (or 0xEA372F) is known color: Cinnabar. HEX triplet: EA, 37 and 2F. RGB value is (234,55,47). Sum of RGB (Red+Green+Blue) = 234+55+47=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA372F is #15C8D0. Grayscale: #6B6B6B. Windows color (decimal): -1427665 or 3094506. OLE color: 3094506.
HSL color Cylindrical-coordinate representation of color #EA372F: hue angle of 2.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA372F is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 47 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.08 |
| HSL | 2.57º | 0.82% | 0.55% | - |
| HSV(B) | 2.57º | 0.8% | 0.92% | - |
| XYZ | 35.81 | 20.43 | 4.75 | - |
| YUV | 107.61 | 93.8 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 47 | 0 | 0.76 | 0.80 | 0.08 | 2.57 | 0.82 | 0.55 |
| Hex | EA | 37 | 2F | 0 | 4C | 50 | 8 | 3 | 52 | 37 |
| Octal | 352 | 67 | 57 | 0 | 114 | 120 | 10 | 3 | 122 | 67 |
| Binary | 11101010 | 110111 | 101111 | 0 | 1001100 | 1010000 | 1000 | 11 | 1010010 | 110111 |
Color Harmonies of #EA372F
Complementary color
Monochromatic Colors of #EA372F
Black with #EA372F
Text Example
Text Example
White with #EA372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA372F; }
p { color: rgb(234,55,47); }
H1.HeaderClassName
{
color: #EA372F;
}
.AnyTagClassName
{
color: #EA372F;
}
</style>
background-color css
<style>
a { background-color: #EA372F; }
a { background-color: rgb(234,55,47); }
div.DivClassName
{
background-color: #EA372F;
}
.BgClassName
{
background-color: #EA372F;
}
</style>
border-color css
<style>
span { border-color: #EA372F; }
span { border-color: rgb(234,55,47); }
td.TdClassName
{
border-color: #EA372F;
}
.TagClassName
{
border-color: #EA372F;
}
</style>