Shades of Cinnabar #EA4745
Tints of Cinnabar #EA4745
RGB
CMYK
RGB Variations
Color information
#EA4745 (or 0xEA4745) is known color: Cinnabar. HEX triplet: EA, 47 and 45. RGB value is (234,71,69). Sum of RGB (Red+Green+Blue) = 234+71+69=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4745 is #15B8BA. Grayscale: #777777. Windows color (decimal): -1423547 or 4540394. OLE color: 4540394.
HSL color Cylindrical-coordinate representation of color #EA4745: hue angle of 0.73º 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 #EA4745 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 69 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.08 |
| HSL | 0.73º | 0.8% | 0.59% | - |
| HSV(B) | 0.73º | 0.71% | 0.92% | - |
| XYZ | 37.26 | 22.43 | 8 | - |
| YUV | 119.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 69 | 0 | 0.70 | 0.71 | 0.08 | 0.73 | 0.8 | 0.59 |
| Hex | EA | 47 | 45 | 0 | 46 | 47 | 8 | 1 | 50 | 3B |
| Octal | 352 | 107 | 105 | 0 | 106 | 107 | 10 | 1 | 120 | 73 |
| Binary | 11101010 | 1000111 | 1000101 | 0 | 1000110 | 1000111 | 1000 | 1 | 1010000 | 111011 |
Color Harmonies of #EA4745
Complementary color
Monochromatic Colors of #EA4745
Black with #EA4745
Text Example
Text Example
White with #EA4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4745; }
p { color: rgb(234,71,69); }
H1.HeaderClassName
{
color: #EA4745;
}
.AnyTagClassName
{
color: #EA4745;
}
</style>
background-color css
<style>
a { background-color: #EA4745; }
a { background-color: rgb(234,71,69); }
div.DivClassName
{
background-color: #EA4745;
}
.BgClassName
{
background-color: #EA4745;
}
</style>
border-color css
<style>
span { border-color: #EA4745; }
span { border-color: rgb(234,71,69); }
td.TdClassName
{
border-color: #EA4745;
}
.TagClassName
{
border-color: #EA4745;
}
</style>