Shades of Cinnabar #EA4741
Tints of Cinnabar #EA4741
RGB
CMYK
RGB Variations
Color information
#EA4741 (or 0xEA4741) is known color: Cinnabar. HEX triplet: EA, 47 and 41. RGB value is (234,71,65). Sum of RGB (Red+Green+Blue) = 234+71+65=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4741 is #15B8BE. Grayscale: #777777. Windows color (decimal): -1423551 or 4278250. OLE color: 4278250.
HSL color Cylindrical-coordinate representation of color #EA4741: hue angle of 2.13º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4741 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 65 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.08 |
| HSL | 2.13º | 0.8% | 0.59% | - |
| HSV(B) | 2.13º | 0.72% | 0.92% | - |
| XYZ | 37.14 | 22.38 | 7.36 | - |
| YUV | 119.05 | 97.5 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 65 | 0 | 0.70 | 0.72 | 0.08 | 2.13 | 0.8 | 0.59 |
| Hex | EA | 47 | 41 | 0 | 46 | 48 | 8 | 2 | 50 | 3B |
| Octal | 352 | 107 | 101 | 0 | 106 | 110 | 10 | 2 | 120 | 73 |
| Binary | 11101010 | 1000111 | 1000001 | 0 | 1000110 | 1001000 | 1000 | 10 | 1010000 | 111011 |
Color Harmonies of #EA4741
Complementary color
Monochromatic Colors of #EA4741
Black with #EA4741
Text Example
Text Example
White with #EA4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4741; }
p { color: rgb(234,71,65); }
H1.HeaderClassName
{
color: #EA4741;
}
.AnyTagClassName
{
color: #EA4741;
}
</style>
background-color css
<style>
a { background-color: #EA4741; }
a { background-color: rgb(234,71,65); }
div.DivClassName
{
background-color: #EA4741;
}
.BgClassName
{
background-color: #EA4741;
}
</style>
border-color css
<style>
span { border-color: #EA4741; }
span { border-color: rgb(234,71,65); }
td.TdClassName
{
border-color: #EA4741;
}
.TagClassName
{
border-color: #EA4741;
}
</style>