Shades of Cinnabar #EA342A
Tints of Cinnabar #EA342A
RGB
CMYK
RGB Variations
Color information
#EA342A (or 0xEA342A) is known color: Cinnabar. HEX triplet: EA, 34 and 2A. RGB value is (234,52,42). Sum of RGB (Red+Green+Blue) = 234+52+42=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA342A is #15CBD5. Grayscale: #696969. Windows color (decimal): -1428438 or 2766058. OLE color: 2766058.
HSL color Cylindrical-coordinate representation of color #EA342A: hue angle of 3.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA342A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 42 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.08 |
| HSL | 3.13º | 0.82% | 0.54% | - |
| HSV(B) | 3.13º | 0.82% | 0.92% | - |
| XYZ | 35.58 | 20.12 | 4.2 | - |
| YUV | 105.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 42 | 0 | 0.78 | 0.82 | 0.08 | 3.13 | 0.82 | 0.54 |
| Hex | EA | 34 | 2A | 0 | 4E | 52 | 8 | 3 | 52 | 36 |
| Octal | 352 | 64 | 52 | 0 | 116 | 122 | 10 | 3 | 122 | 66 |
| Binary | 11101010 | 110100 | 101010 | 0 | 1001110 | 1010010 | 1000 | 11 | 1010010 | 110110 |
Color Harmonies of #EA342A
Complementary color
Monochromatic Colors of #EA342A
Black with #EA342A
Text Example
Text Example
White with #EA342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA342A; }
p { color: rgb(234,52,42); }
H1.HeaderClassName
{
color: #EA342A;
}
.AnyTagClassName
{
color: #EA342A;
}
</style>
background-color css
<style>
a { background-color: #EA342A; }
a { background-color: rgb(234,52,42); }
div.DivClassName
{
background-color: #EA342A;
}
.BgClassName
{
background-color: #EA342A;
}
</style>
border-color css
<style>
span { border-color: #EA342A; }
span { border-color: rgb(234,52,42); }
td.TdClassName
{
border-color: #EA342A;
}
.TagClassName
{
border-color: #EA342A;
}
</style>