Shades of Cinnabar #EA3635
Tints of Cinnabar #EA3635
RGB
CMYK
RGB Variations
Color information
#EA3635 (or 0xEA3635) is known color: Cinnabar. HEX triplet: EA, 36 and 35. RGB value is (234,54,53). Sum of RGB (Red+Green+Blue) = 234+54+53=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3635 is #15C9CA. Grayscale: #6B6B6B. Windows color (decimal): -1427915 or 3487466. OLE color: 3487466.
HSL color Cylindrical-coordinate representation of color #EA3635: hue angle of 0.33º 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 #EA3635 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 53 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.08 |
| HSL | 0.33º | 0.81% | 0.56% | - |
| HSV(B) | 0.33º | 0.77% | 0.92% | - |
| XYZ | 35.89 | 20.39 | 5.41 | - |
| YUV | 107.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 53 | 0 | 0.77 | 0.77 | 0.08 | 0.33 | 0.81 | 0.56 |
| Hex | EA | 36 | 35 | 0 | 4D | 4D | 8 | 0 | 51 | 38 |
| Octal | 352 | 66 | 65 | 0 | 115 | 115 | 10 | 0 | 121 | 70 |
| Binary | 11101010 | 110110 | 110101 | 0 | 1001101 | 1001101 | 1000 | 0 | 1010001 | 111000 |
Color Harmonies of #EA3635
Complementary color
Monochromatic Colors of #EA3635
Black with #EA3635
Text Example
Text Example
White with #EA3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3635; }
p { color: rgb(234,54,53); }
H1.HeaderClassName
{
color: #EA3635;
}
.AnyTagClassName
{
color: #EA3635;
}
</style>
background-color css
<style>
a { background-color: #EA3635; }
a { background-color: rgb(234,54,53); }
div.DivClassName
{
background-color: #EA3635;
}
.BgClassName
{
background-color: #EA3635;
}
</style>
border-color css
<style>
span { border-color: #EA3635; }
span { border-color: rgb(234,54,53); }
td.TdClassName
{
border-color: #EA3635;
}
.TagClassName
{
border-color: #EA3635;
}
</style>