Shades of Cinnabar #EA3835
Tints of Cinnabar #EA3835
RGB
CMYK
RGB Variations
Color information
#EA3835 (or 0xEA3835) is known color: Cinnabar. HEX triplet: EA, 38 and 35. RGB value is (234,56,53). Sum of RGB (Red+Green+Blue) = 234+56+53=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3835 is #15C7CA. Grayscale: #6D6D6D. Windows color (decimal): -1427403 or 3487978. OLE color: 3487978.
HSL color Cylindrical-coordinate representation of color #EA3835: hue angle of 0.99º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3835 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 53 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.08 |
| HSL | 0.99º | 0.81% | 0.56% | - |
| HSV(B) | 0.99º | 0.77% | 0.92% | - |
| XYZ | 35.99 | 20.58 | 5.44 | - |
| YUV | 108.88 | 96.47 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 53 | 0 | 0.76 | 0.77 | 0.08 | 0.99 | 0.81 | 0.56 |
| Hex | EA | 38 | 35 | 0 | 4C | 4D | 8 | 1 | 51 | 38 |
| Octal | 352 | 70 | 65 | 0 | 114 | 115 | 10 | 1 | 121 | 70 |
| Binary | 11101010 | 111000 | 110101 | 0 | 1001100 | 1001101 | 1000 | 1 | 1010001 | 111000 |
Color Harmonies of #EA3835
Complementary color
Monochromatic Colors of #EA3835
Black with #EA3835
Text Example
Text Example
White with #EA3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3835; }
p { color: rgb(234,56,53); }
H1.HeaderClassName
{
color: #EA3835;
}
.AnyTagClassName
{
color: #EA3835;
}
</style>
background-color css
<style>
a { background-color: #EA3835; }
a { background-color: rgb(234,56,53); }
div.DivClassName
{
background-color: #EA3835;
}
.BgClassName
{
background-color: #EA3835;
}
</style>
border-color css
<style>
span { border-color: #EA3835; }
span { border-color: rgb(234,56,53); }
td.TdClassName
{
border-color: #EA3835;
}
.TagClassName
{
border-color: #EA3835;
}
</style>