Shades of Cinnabar #EA3622
Tints of Cinnabar #EA3622
RGB
CMYK
RGB Variations
Color information
#EA3622 (or 0xEA3622) is known color: Cinnabar. HEX triplet: EA, 36 and 22. RGB value is (234,54,34). Sum of RGB (Red+Green+Blue) = 234+54+34=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3622 is #15C9DD. Grayscale: #696969. Windows color (decimal): -1427934 or 2242282. OLE color: 2242282.
HSL color Cylindrical-coordinate representation of color #EA3622: hue angle of 6º 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 #EA3622 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 34 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.08 |
| HSL | 6º | 0.83% | 0.53% | - |
| HSV(B) | 6º | 0.85% | 0.92% | - |
| XYZ | 35.54 | 20.25 | 3.55 | - |
| YUV | 105.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 34 | 0 | 0.77 | 0.85 | 0.08 | 6 | 0.83 | 0.53 |
| Hex | EA | 36 | 22 | 0 | 4D | 55 | 8 | 6 | 53 | 35 |
| Octal | 352 | 66 | 42 | 0 | 115 | 125 | 10 | 6 | 123 | 65 |
| Binary | 11101010 | 110110 | 100010 | 0 | 1001101 | 1010101 | 1000 | 110 | 1010011 | 110101 |
Color Harmonies of #EA3622
Complementary color
Monochromatic Colors of #EA3622
Black with #EA3622
Text Example
Text Example
White with #EA3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3622; }
p { color: rgb(234,54,34); }
H1.HeaderClassName
{
color: #EA3622;
}
.AnyTagClassName
{
color: #EA3622;
}
</style>
background-color css
<style>
a { background-color: #EA3622; }
a { background-color: rgb(234,54,34); }
div.DivClassName
{
background-color: #EA3622;
}
.BgClassName
{
background-color: #EA3622;
}
</style>
border-color css
<style>
span { border-color: #EA3622; }
span { border-color: rgb(234,54,34); }
td.TdClassName
{
border-color: #EA3622;
}
.TagClassName
{
border-color: #EA3622;
}
</style>