Shades of Cinnabar #EA4D43
Tints of Cinnabar #EA4D43
RGB
CMYK
RGB Variations
Color information
#EA4D43 (or 0xEA4D43) is known color: Cinnabar. HEX triplet: EA, 4D and 43. RGB value is (234,77,67). Sum of RGB (Red+Green+Blue) = 234+77+67=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D43 is #15B2BC. Grayscale: #7B7B7B. Windows color (decimal): -1422013 or 4410858. OLE color: 4410858.
HSL color Cylindrical-coordinate representation of color #EA4D43: hue angle of 3.59º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4D43 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 67 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.08 |
| HSL | 3.59º | 0.8% | 0.59% | - |
| HSV(B) | 3.59º | 0.71% | 0.92% | - |
| XYZ | 37.6 | 23.21 | 7.81 | - |
| YUV | 122.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 67 | 0 | 0.67 | 0.71 | 0.08 | 3.59 | 0.8 | 0.59 |
| Hex | EA | 4D | 43 | 0 | 43 | 47 | 8 | 4 | 50 | 3B |
| Octal | 352 | 115 | 103 | 0 | 103 | 107 | 10 | 4 | 120 | 73 |
| Binary | 11101010 | 1001101 | 1000011 | 0 | 1000011 | 1000111 | 1000 | 100 | 1010000 | 111011 |
Color Harmonies of #EA4D43
Complementary color
Monochromatic Colors of #EA4D43
Black with #EA4D43
Text Example
Text Example
White with #EA4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D43; }
p { color: rgb(234,77,67); }
H1.HeaderClassName
{
color: #EA4D43;
}
.AnyTagClassName
{
color: #EA4D43;
}
</style>
background-color css
<style>
a { background-color: #EA4D43; }
a { background-color: rgb(234,77,67); }
div.DivClassName
{
background-color: #EA4D43;
}
.BgClassName
{
background-color: #EA4D43;
}
</style>
border-color css
<style>
span { border-color: #EA4D43; }
span { border-color: rgb(234,77,67); }
td.TdClassName
{
border-color: #EA4D43;
}
.TagClassName
{
border-color: #EA4D43;
}
</style>