Shades of Cinnabar #EA3C30
Tints of Cinnabar #EA3C30
RGB
CMYK
RGB Variations
Color information
#EA3C30 (or 0xEA3C30) is known color: Cinnabar. HEX triplet: EA, 3C and 30. RGB value is (234,60,48). Sum of RGB (Red+Green+Blue) = 234+60+48=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C30 is #15C3CF. Grayscale: #6E6E6E. Windows color (decimal): -1426384 or 3161322. OLE color: 3161322.
HSL color Cylindrical-coordinate representation of color #EA3C30: hue angle of 3.87º 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 #EA3C30 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 48 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.08 |
| HSL | 3.87º | 0.82% | 0.55% | - |
| HSV(B) | 3.87º | 0.79% | 0.92% | - |
| XYZ | 36.08 | 20.94 | 4.94 | - |
| YUV | 110.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 48 | 0 | 0.74 | 0.79 | 0.08 | 3.87 | 0.82 | 0.55 |
| Hex | EA | 3C | 30 | 0 | 4A | 4F | 8 | 4 | 52 | 37 |
| Octal | 352 | 74 | 60 | 0 | 112 | 117 | 10 | 4 | 122 | 67 |
| Binary | 11101010 | 111100 | 110000 | 0 | 1001010 | 1001111 | 1000 | 100 | 1010010 | 110111 |
Color Harmonies of #EA3C30
Complementary color
Monochromatic Colors of #EA3C30
Black with #EA3C30
Text Example
Text Example
White with #EA3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C30; }
p { color: rgb(234,60,48); }
H1.HeaderClassName
{
color: #EA3C30;
}
.AnyTagClassName
{
color: #EA3C30;
}
</style>
background-color css
<style>
a { background-color: #EA3C30; }
a { background-color: rgb(234,60,48); }
div.DivClassName
{
background-color: #EA3C30;
}
.BgClassName
{
background-color: #EA3C30;
}
</style>
border-color css
<style>
span { border-color: #EA3C30; }
span { border-color: rgb(234,60,48); }
td.TdClassName
{
border-color: #EA3C30;
}
.TagClassName
{
border-color: #EA3C30;
}
</style>