Shades of Cinnabar #EA4C30
Tints of Cinnabar #EA4C30
RGB
CMYK
RGB Variations
Color information
#EA4C30 (or 0xEA4C30) is known color: Cinnabar. HEX triplet: EA, 4C and 30. RGB value is (234,76,48). Sum of RGB (Red+Green+Blue) = 234+76+48=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4C30 is #15B3CF. Grayscale: #787878. Windows color (decimal): -1422288 or 3165418. OLE color: 3165418.
HSL color Cylindrical-coordinate representation of color #EA4C30: hue angle of 9.03º 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 #EA4C30 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 48 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.08 |
| HSL | 9.03º | 0.82% | 0.55% | - |
| HSV(B) | 9.03º | 0.79% | 0.92% | - |
| XYZ | 37.05 | 22.87 | 5.26 | - |
| YUV | 120.05 | 87.35 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 48 | 0 | 0.68 | 0.79 | 0.08 | 9.03 | 0.82 | 0.55 |
| Hex | EA | 4C | 30 | 0 | 44 | 4F | 8 | 9 | 52 | 37 |
| Octal | 352 | 114 | 60 | 0 | 104 | 117 | 10 | 11 | 122 | 67 |
| Binary | 11101010 | 1001100 | 110000 | 0 | 1000100 | 1001111 | 1000 | 1001 | 1010010 | 110111 |
Color Harmonies of #EA4C30
Complementary color
Monochromatic Colors of #EA4C30
Black with #EA4C30
Text Example
Text Example
White with #EA4C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C30; }
p { color: rgb(234,76,48); }
H1.HeaderClassName
{
color: #EA4C30;
}
.AnyTagClassName
{
color: #EA4C30;
}
</style>
background-color css
<style>
a { background-color: #EA4C30; }
a { background-color: rgb(234,76,48); }
div.DivClassName
{
background-color: #EA4C30;
}
.BgClassName
{
background-color: #EA4C30;
}
</style>
border-color css
<style>
span { border-color: #EA4C30; }
span { border-color: rgb(234,76,48); }
td.TdClassName
{
border-color: #EA4C30;
}
.TagClassName
{
border-color: #EA4C30;
}
</style>