Shades of Cinnabar #EA3224
Tints of Cinnabar #EA3224
RGB
CMYK
RGB Variations
Color information
#EA3224 (or 0xEA3224) is known color: Cinnabar. HEX triplet: EA, 32 and 24. RGB value is (234,50,36). Sum of RGB (Red+Green+Blue) = 234+50+36=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3224 is #15CDDB. Grayscale: #676767. Windows color (decimal): -1428956 or 2372330. OLE color: 2372330.
HSL color Cylindrical-coordinate representation of color #EA3224: hue angle of 4.24º degrees, saturation: 0.82, 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 #EA3224 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 36 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.08 |
| HSL | 4.24º | 0.83% | 0.53% | - |
| HSV(B) | 4.24º | 0.85% | 0.92% | - |
| XYZ | 35.39 | 19.9 | 3.65 | - |
| YUV | 103.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 36 | 0 | 0.79 | 0.85 | 0.08 | 4.24 | 0.83 | 0.53 |
| Hex | EA | 32 | 24 | 0 | 4F | 55 | 8 | 4 | 52 | 35 |
| Octal | 352 | 62 | 44 | 0 | 117 | 125 | 10 | 4 | 122 | 65 |
| Binary | 11101010 | 110010 | 100100 | 0 | 1001111 | 1010101 | 1000 | 100 | 1010010 | 110101 |
Color Harmonies of #EA3224
Complementary color
Monochromatic Colors of #EA3224
Black with #EA3224
Text Example
Text Example
White with #EA3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3224; }
p { color: rgb(234,50,36); }
H1.HeaderClassName
{
color: #EA3224;
}
.AnyTagClassName
{
color: #EA3224;
}
</style>
background-color css
<style>
a { background-color: #EA3224; }
a { background-color: rgb(234,50,36); }
div.DivClassName
{
background-color: #EA3224;
}
.BgClassName
{
background-color: #EA3224;
}
</style>
border-color css
<style>
span { border-color: #EA3224; }
span { border-color: rgb(234,50,36); }
td.TdClassName
{
border-color: #EA3224;
}
.TagClassName
{
border-color: #EA3224;
}
</style>