Shades of Cinnabar #EA4643
Tints of Cinnabar #EA4643
RGB
CMYK
RGB Variations
Color information
#EA4643 (or 0xEA4643) is known color: Cinnabar. HEX triplet: EA, 46 and 43. RGB value is (234,70,67). Sum of RGB (Red+Green+Blue) = 234+70+67=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4643 is #15B9BC. Grayscale: #767676. Windows color (decimal): -1423805 or 4409066. OLE color: 4409066.
HSL color Cylindrical-coordinate representation of color #EA4643: hue angle of 1.08º 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 #EA4643 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 67 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.08 |
| HSL | 1.08º | 0.8% | 0.59% | - |
| HSV(B) | 1.08º | 0.71% | 0.92% | - |
| XYZ | 37.13 | 22.28 | 7.65 | - |
| YUV | 118.69 | 98.83 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 67 | 0 | 0.70 | 0.71 | 0.08 | 1.08 | 0.8 | 0.59 |
| Hex | EA | 46 | 43 | 0 | 46 | 47 | 8 | 1 | 50 | 3B |
| Octal | 352 | 106 | 103 | 0 | 106 | 107 | 10 | 1 | 120 | 73 |
| Binary | 11101010 | 1000110 | 1000011 | 0 | 1000110 | 1000111 | 1000 | 1 | 1010000 | 111011 |
Color Harmonies of #EA4643
Complementary color
Monochromatic Colors of #EA4643
Black with #EA4643
Text Example
Text Example
White with #EA4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4643; }
p { color: rgb(234,70,67); }
H1.HeaderClassName
{
color: #EA4643;
}
.AnyTagClassName
{
color: #EA4643;
}
</style>
background-color css
<style>
a { background-color: #EA4643; }
a { background-color: rgb(234,70,67); }
div.DivClassName
{
background-color: #EA4643;
}
.BgClassName
{
background-color: #EA4643;
}
</style>
border-color css
<style>
span { border-color: #EA4643; }
span { border-color: rgb(234,70,67); }
td.TdClassName
{
border-color: #EA4643;
}
.TagClassName
{
border-color: #EA4643;
}
</style>