Shades of Cinnabar #EA4543
Tints of Cinnabar #EA4543
RGB
CMYK
RGB Variations
Color information
#EA4543 (or 0xEA4543) is known color: Cinnabar. HEX triplet: EA, 45 and 43. RGB value is (234,69,67). Sum of RGB (Red+Green+Blue) = 234+69+67=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4543 is #15BABC. Grayscale: #767676. Windows color (decimal): -1424061 or 4408810. OLE color: 4408810.
HSL color Cylindrical-coordinate representation of color #EA4543: hue angle of 0.72º 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 #EA4543 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 67 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.08 |
| HSL | 0.72º | 0.8% | 0.59% | - |
| HSV(B) | 0.72º | 0.71% | 0.92% | - |
| XYZ | 37.07 | 22.15 | 7.63 | - |
| YUV | 118.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 67 | 0 | 0.71 | 0.71 | 0.08 | 0.72 | 0.8 | 0.59 |
| Hex | EA | 45 | 43 | 0 | 47 | 47 | 8 | 1 | 50 | 3B |
| Octal | 352 | 105 | 103 | 0 | 107 | 107 | 10 | 1 | 120 | 73 |
| Binary | 11101010 | 1000101 | 1000011 | 0 | 1000111 | 1000111 | 1000 | 1 | 1010000 | 111011 |
Color Harmonies of #EA4543
Complementary color
Monochromatic Colors of #EA4543
Black with #EA4543
Text Example
Text Example
White with #EA4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4543; }
p { color: rgb(234,69,67); }
H1.HeaderClassName
{
color: #EA4543;
}
.AnyTagClassName
{
color: #EA4543;
}
</style>
background-color css
<style>
a { background-color: #EA4543; }
a { background-color: rgb(234,69,67); }
div.DivClassName
{
background-color: #EA4543;
}
.BgClassName
{
background-color: #EA4543;
}
</style>
border-color css
<style>
span { border-color: #EA4543; }
span { border-color: rgb(234,69,67); }
td.TdClassName
{
border-color: #EA4543;
}
.TagClassName
{
border-color: #EA4543;
}
</style>