Shades of Cinnabar #EA4F30
Tints of Cinnabar #EA4F30
RGB
CMYK
RGB Variations
Color information
#EA4F30 (or 0xEA4F30) is known color: Cinnabar. HEX triplet: EA, 4F and 30. RGB value is (234,79,48). Sum of RGB (Red+Green+Blue) = 234+79+48=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F30 is #15B0CF. Grayscale: #7A7A7A. Windows color (decimal): -1421520 or 3166186. OLE color: 3166186.
HSL color Cylindrical-coordinate representation of color #EA4F30: hue angle of 10º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA4F30 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 48 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.08 |
| HSL | 10º | 0.82% | 0.55% | - |
| HSV(B) | 10º | 0.79% | 0.92% | - |
| XYZ | 37.26 | 23.3 | 5.33 | - |
| YUV | 121.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 48 | 0 | 0.66 | 0.79 | 0.08 | 10 | 0.82 | 0.55 |
| Hex | EA | 4F | 30 | 0 | 42 | 4F | 8 | A | 52 | 37 |
| Octal | 352 | 117 | 60 | 0 | 102 | 117 | 10 | 12 | 122 | 67 |
| Binary | 11101010 | 1001111 | 110000 | 0 | 1000010 | 1001111 | 1000 | 1010 | 1010010 | 110111 |
Color Harmonies of #EA4F30
Complementary color
Monochromatic Colors of #EA4F30
Black with #EA4F30
Text Example
Text Example
White with #EA4F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4F30; }
p { color: rgb(234,79,48); }
H1.HeaderClassName
{
color: #EA4F30;
}
.AnyTagClassName
{
color: #EA4F30;
}
</style>
background-color css
<style>
a { background-color: #EA4F30; }
a { background-color: rgb(234,79,48); }
div.DivClassName
{
background-color: #EA4F30;
}
.BgClassName
{
background-color: #EA4F30;
}
</style>
border-color css
<style>
span { border-color: #EA4F30; }
span { border-color: rgb(234,79,48); }
td.TdClassName
{
border-color: #EA4F30;
}
.TagClassName
{
border-color: #EA4F30;
}
</style>