Shades of Cinnabar #EA342C
Tints of Cinnabar #EA342C
RGB
CMYK
RGB Variations
Color information
#EA342C (or 0xEA342C) is known color: Cinnabar. HEX triplet: EA, 34 and 2C. RGB value is (234,52,44). Sum of RGB (Red+Green+Blue) = 234+52+44=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA342C is #15CBD3. Grayscale: #696969. Windows color (decimal): -1428436 or 2897130. OLE color: 2897130.
HSL color Cylindrical-coordinate representation of color #EA342C: hue angle of 2.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA342C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 44 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.08 |
| HSL | 2.53º | 0.82% | 0.55% | - |
| HSV(B) | 2.53º | 0.81% | 0.92% | - |
| XYZ | 35.61 | 20.13 | 4.39 | - |
| YUV | 105.51 | 93.3 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 44 | 0 | 0.78 | 0.81 | 0.08 | 2.53 | 0.82 | 0.55 |
| Hex | EA | 34 | 2C | 0 | 4E | 51 | 8 | 3 | 52 | 37 |
| Octal | 352 | 64 | 54 | 0 | 116 | 121 | 10 | 3 | 122 | 67 |
| Binary | 11101010 | 110100 | 101100 | 0 | 1001110 | 1010001 | 1000 | 11 | 1010010 | 110111 |
Color Harmonies of #EA342C
Complementary color
Monochromatic Colors of #EA342C
Black with #EA342C
Text Example
Text Example
White with #EA342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA342C; }
p { color: rgb(234,52,44); }
H1.HeaderClassName
{
color: #EA342C;
}
.AnyTagClassName
{
color: #EA342C;
}
</style>
background-color css
<style>
a { background-color: #EA342C; }
a { background-color: rgb(234,52,44); }
div.DivClassName
{
background-color: #EA342C;
}
.BgClassName
{
background-color: #EA342C;
}
</style>
border-color css
<style>
span { border-color: #EA342C; }
span { border-color: rgb(234,52,44); }
td.TdClassName
{
border-color: #EA342C;
}
.TagClassName
{
border-color: #EA342C;
}
</style>