Shades of Cinnabar #EA3423
Tints of Cinnabar #EA3423
RGB
CMYK
RGB Variations
Color information
#EA3423 (or 0xEA3423) is known color: Cinnabar. HEX triplet: EA, 34 and 23. RGB value is (234,52,35). Sum of RGB (Red+Green+Blue) = 234+52+35=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3423 is #15CBDC. Grayscale: #686868. Windows color (decimal): -1428445 or 2307306. OLE color: 2307306.
HSL color Cylindrical-coordinate representation of color #EA3423: hue angle of 5.13º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA3423 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 35 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.08 |
| HSL | 5.13º | 0.83% | 0.53% | - |
| HSV(B) | 5.13º | 0.85% | 0.92% | - |
| XYZ | 35.46 | 20.07 | 3.59 | - |
| YUV | 104.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 35 | 0 | 0.78 | 0.85 | 0.08 | 5.13 | 0.83 | 0.53 |
| Hex | EA | 34 | 23 | 0 | 4E | 55 | 8 | 5 | 53 | 35 |
| Octal | 352 | 64 | 43 | 0 | 116 | 125 | 10 | 5 | 123 | 65 |
| Binary | 11101010 | 110100 | 100011 | 0 | 1001110 | 1010101 | 1000 | 101 | 1010011 | 110101 |
Color Harmonies of #EA3423
Complementary color
Monochromatic Colors of #EA3423
Black with #EA3423
Text Example
Text Example
White with #EA3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3423; }
p { color: rgb(234,52,35); }
H1.HeaderClassName
{
color: #EA3423;
}
.AnyTagClassName
{
color: #EA3423;
}
</style>
background-color css
<style>
a { background-color: #EA3423; }
a { background-color: rgb(234,52,35); }
div.DivClassName
{
background-color: #EA3423;
}
.BgClassName
{
background-color: #EA3423;
}
</style>
border-color css
<style>
span { border-color: #EA3423; }
span { border-color: rgb(234,52,35); }
td.TdClassName
{
border-color: #EA3423;
}
.TagClassName
{
border-color: #EA3423;
}
</style>