Shades of Cinnabar #EA412E
Tints of Cinnabar #EA412E
RGB
CMYK
RGB Variations
Color information
#EA412E (or 0xEA412E) is known color: Cinnabar. HEX triplet: EA, 41 and 2E. RGB value is (234,65,46). Sum of RGB (Red+Green+Blue) = 234+65+46=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA412E is #15BED1. Grayscale: #717171. Windows color (decimal): -1425106 or 3031530. OLE color: 3031530.
HSL color Cylindrical-coordinate representation of color #EA412E: hue angle of 6.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA412E is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 46 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.08 |
| HSL | 6.06º | 0.82% | 0.55% | - |
| HSV(B) | 6.06º | 0.8% | 0.92% | - |
| XYZ | 36.32 | 21.47 | 4.81 | - |
| YUV | 113.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 46 | 0 | 0.72 | 0.80 | 0.08 | 6.06 | 0.82 | 0.55 |
| Hex | EA | 41 | 2E | 0 | 48 | 50 | 8 | 6 | 52 | 37 |
| Octal | 352 | 101 | 56 | 0 | 110 | 120 | 10 | 6 | 122 | 67 |
| Binary | 11101010 | 1000001 | 101110 | 0 | 1001000 | 1010000 | 1000 | 110 | 1010010 | 110111 |
Color Harmonies of #EA412E
Complementary color
Monochromatic Colors of #EA412E
Black with #EA412E
Text Example
Text Example
White with #EA412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA412E; }
p { color: rgb(234,65,46); }
H1.HeaderClassName
{
color: #EA412E;
}
.AnyTagClassName
{
color: #EA412E;
}
</style>
background-color css
<style>
a { background-color: #EA412E; }
a { background-color: rgb(234,65,46); }
div.DivClassName
{
background-color: #EA412E;
}
.BgClassName
{
background-color: #EA412E;
}
</style>
border-color css
<style>
span { border-color: #EA412E; }
span { border-color: rgb(234,65,46); }
td.TdClassName
{
border-color: #EA412E;
}
.TagClassName
{
border-color: #EA412E;
}
</style>