Shades of Cinnabar #EA4337
Tints of Cinnabar #EA4337
RGB
CMYK
RGB Variations
Color information
#EA4337 (or 0xEA4337) is known color: Cinnabar. HEX triplet: EA, 43 and 37. RGB value is (234,67,55). Sum of RGB (Red+Green+Blue) = 234+67+55=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4337 is #15BCC8. Grayscale: #737373. Windows color (decimal): -1424585 or 3621866. OLE color: 3621866.
HSL color Cylindrical-coordinate representation of color #EA4337: hue angle of 4.02º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA4337 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 55 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.08 |
| HSL | 4.02º | 0.81% | 0.57% | - |
| HSV(B) | 4.02º | 0.76% | 0.92% | - |
| XYZ | 36.63 | 21.78 | 5.89 | - |
| YUV | 115.57 | 93.83 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 55 | 0 | 0.71 | 0.76 | 0.08 | 4.02 | 0.81 | 0.57 |
| Hex | EA | 43 | 37 | 0 | 47 | 4C | 8 | 4 | 51 | 39 |
| Octal | 352 | 103 | 67 | 0 | 107 | 114 | 10 | 4 | 121 | 71 |
| Binary | 11101010 | 1000011 | 110111 | 0 | 1000111 | 1001100 | 1000 | 100 | 1010001 | 111001 |
Color Harmonies of #EA4337
Complementary color
Monochromatic Colors of #EA4337
Black with #EA4337
Text Example
Text Example
White with #EA4337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4337; }
p { color: rgb(234,67,55); }
H1.HeaderClassName
{
color: #EA4337;
}
.AnyTagClassName
{
color: #EA4337;
}
</style>
background-color css
<style>
a { background-color: #EA4337; }
a { background-color: rgb(234,67,55); }
div.DivClassName
{
background-color: #EA4337;
}
.BgClassName
{
background-color: #EA4337;
}
</style>
border-color css
<style>
span { border-color: #EA4337; }
span { border-color: rgb(234,67,55); }
td.TdClassName
{
border-color: #EA4337;
}
.TagClassName
{
border-color: #EA4337;
}
</style>