Shades of Cinnabar #EA412D
Tints of Cinnabar #EA412D
RGB
CMYK
RGB Variations
Color information
#EA412D (or 0xEA412D) is known color: Cinnabar. HEX triplet: EA, 41 and 2D. RGB value is (234,65,45). Sum of RGB (Red+Green+Blue) = 234+65+45=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA412D is #15BED2. Grayscale: #717171. Windows color (decimal): -1425107 or 2965994. OLE color: 2965994.
HSL color Cylindrical-coordinate representation of color #EA412D: hue angle of 6.35º 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 #EA412D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.08 |
| HSL | 6.35º | 0.82% | 0.55% | - |
| HSV(B) | 6.35º | 0.81% | 0.92% | - |
| XYZ | 36.3 | 21.46 | 4.71 | - |
| YUV | 113.25 | 89.49 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 45 | 0 | 0.72 | 0.81 | 0.08 | 6.35 | 0.82 | 0.55 |
| Hex | EA | 41 | 2D | 0 | 48 | 51 | 8 | 6 | 52 | 37 |
| Octal | 352 | 101 | 55 | 0 | 110 | 121 | 10 | 6 | 122 | 67 |
| Binary | 11101010 | 1000001 | 101101 | 0 | 1001000 | 1010001 | 1000 | 110 | 1010010 | 110111 |
Color Harmonies of #EA412D
Complementary color
Monochromatic Colors of #EA412D
Black with #EA412D
Text Example
Text Example
White with #EA412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA412D; }
p { color: rgb(234,65,45); }
H1.HeaderClassName
{
color: #EA412D;
}
.AnyTagClassName
{
color: #EA412D;
}
</style>
background-color css
<style>
a { background-color: #EA412D; }
a { background-color: rgb(234,65,45); }
div.DivClassName
{
background-color: #EA412D;
}
.BgClassName
{
background-color: #EA412D;
}
</style>
border-color css
<style>
span { border-color: #EA412D; }
span { border-color: rgb(234,65,45); }
td.TdClassName
{
border-color: #EA412D;
}
.TagClassName
{
border-color: #EA412D;
}
</style>