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