Shades of Cinnabar #EA342D
Tints of Cinnabar #EA342D
RGB
CMYK
RGB Variations
Color information
#EA342D (or 0xEA342D) is known color: Cinnabar. HEX triplet: EA, 34 and 2D. RGB value is (234,52,45). Sum of RGB (Red+Green+Blue) = 234+52+45=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA342D is #15CBD2. Grayscale: #696969. Windows color (decimal): -1428435 or 2962666. OLE color: 2962666.
HSL color Cylindrical-coordinate representation of color #EA342D: hue angle of 2.22º 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 #EA342D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.08 |
| HSL | 2.22º | 0.82% | 0.55% | - |
| HSV(B) | 2.22º | 0.81% | 0.92% | - |
| XYZ | 35.63 | 20.14 | 4.49 | - |
| YUV | 105.62 | 93.8 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 45 | 0 | 0.78 | 0.81 | 0.08 | 2.22 | 0.82 | 0.55 |
| Hex | EA | 34 | 2D | 0 | 4E | 51 | 8 | 2 | 52 | 37 |
| Octal | 352 | 64 | 55 | 0 | 116 | 121 | 10 | 2 | 122 | 67 |
| Binary | 11101010 | 110100 | 101101 | 0 | 1001110 | 1010001 | 1000 | 10 | 1010010 | 110111 |
Color Harmonies of #EA342D
Complementary color
Monochromatic Colors of #EA342D
Black with #EA342D
Text Example
Text Example
White with #EA342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA342D; }
p { color: rgb(234,52,45); }
H1.HeaderClassName
{
color: #EA342D;
}
.AnyTagClassName
{
color: #EA342D;
}
</style>
background-color css
<style>
a { background-color: #EA342D; }
a { background-color: rgb(234,52,45); }
div.DivClassName
{
background-color: #EA342D;
}
.BgClassName
{
background-color: #EA342D;
}
</style>
border-color css
<style>
span { border-color: #EA342D; }
span { border-color: rgb(234,52,45); }
td.TdClassName
{
border-color: #EA342D;
}
.TagClassName
{
border-color: #EA342D;
}
</style>