Shades of Cinnabar #EA473F
Tints of Cinnabar #EA473F
RGB
CMYK
RGB Variations
Color information
#EA473F (or 0xEA473F) is known color: Cinnabar. HEX triplet: EA, 47 and 3F. RGB value is (234,71,63). Sum of RGB (Red+Green+Blue) = 234+71+63=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA473F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA473F is #15B8C0. Grayscale: #777777. Windows color (decimal): -1423553 or 4147178. OLE color: 4147178.
HSL color Cylindrical-coordinate representation of color #EA473F: hue angle of 2.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA473F is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 63 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.08 |
| HSL | 2.81º | 0.8% | 0.58% | - |
| HSV(B) | 2.81º | 0.73% | 0.92% | - |
| XYZ | 37.08 | 22.36 | 7.06 | - |
| YUV | 118.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 63 | 0 | 0.70 | 0.73 | 0.08 | 2.81 | 0.8 | 0.58 |
| Hex | EA | 47 | 3F | 0 | 46 | 49 | 8 | 3 | 50 | 3A |
| Octal | 352 | 107 | 77 | 0 | 106 | 111 | 10 | 3 | 120 | 72 |
| Binary | 11101010 | 1000111 | 111111 | 0 | 1000110 | 1001001 | 1000 | 11 | 1010000 | 111010 |
Color Harmonies of #EA473F
Complementary color
Monochromatic Colors of #EA473F
Black with #EA473F
Text Example
Text Example
White with #EA473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA473F; }
p { color: rgb(234,71,63); }
H1.HeaderClassName
{
color: #EA473F;
}
.AnyTagClassName
{
color: #EA473F;
}
</style>
background-color css
<style>
a { background-color: #EA473F; }
a { background-color: rgb(234,71,63); }
div.DivClassName
{
background-color: #EA473F;
}
.BgClassName
{
background-color: #EA473F;
}
</style>
border-color css
<style>
span { border-color: #EA473F; }
span { border-color: rgb(234,71,63); }
td.TdClassName
{
border-color: #EA473F;
}
.TagClassName
{
border-color: #EA473F;
}
</style>