Shades of Cinnabar #EA3830
Tints of Cinnabar #EA3830
RGB
CMYK
RGB Variations
Color information
#EA3830 (or 0xEA3830) is known color: Cinnabar. HEX triplet: EA, 38 and 30. RGB value is (234,56,48). Sum of RGB (Red+Green+Blue) = 234+56+48=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3830 is #15C7CF. Grayscale: #6C6C6C. Windows color (decimal): -1427408 or 3160298. OLE color: 3160298.
HSL color Cylindrical-coordinate representation of color #EA3830: hue angle of 2.58º 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 #EA3830 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 48 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.08 |
| HSL | 2.58º | 0.82% | 0.55% | - |
| HSV(B) | 2.58º | 0.79% | 0.92% | - |
| XYZ | 35.88 | 20.53 | 4.87 | - |
| YUV | 108.31 | 93.97 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 48 | 0 | 0.76 | 0.79 | 0.08 | 2.58 | 0.82 | 0.55 |
| Hex | EA | 38 | 30 | 0 | 4C | 4F | 8 | 3 | 52 | 37 |
| Octal | 352 | 70 | 60 | 0 | 114 | 117 | 10 | 3 | 122 | 67 |
| Binary | 11101010 | 111000 | 110000 | 0 | 1001100 | 1001111 | 1000 | 11 | 1010010 | 110111 |
Color Harmonies of #EA3830
Complementary color
Monochromatic Colors of #EA3830
Black with #EA3830
Text Example
Text Example
White with #EA3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3830; }
p { color: rgb(234,56,48); }
H1.HeaderClassName
{
color: #EA3830;
}
.AnyTagClassName
{
color: #EA3830;
}
</style>
background-color css
<style>
a { background-color: #EA3830; }
a { background-color: rgb(234,56,48); }
div.DivClassName
{
background-color: #EA3830;
}
.BgClassName
{
background-color: #EA3830;
}
</style>
border-color css
<style>
span { border-color: #EA3830; }
span { border-color: rgb(234,56,48); }
td.TdClassName
{
border-color: #EA3830;
}
.TagClassName
{
border-color: #EA3830;
}
</style>