Shades of Cinnabar #EA412F
Tints of Cinnabar #EA412F
RGB
CMYK
RGB Variations
Color information
#EA412F (or 0xEA412F) is known color: Cinnabar. HEX triplet: EA, 41 and 2F. RGB value is (234,65,47). Sum of RGB (Red+Green+Blue) = 234+65+47=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA412F is #15BED0. Grayscale: #717171. Windows color (decimal): -1425105 or 3097066. OLE color: 3097066.
HSL color Cylindrical-coordinate representation of color #EA412F: hue angle of 5.78º 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 #EA412F is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 47 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.08 |
| HSL | 5.78º | 0.82% | 0.55% | - |
| HSV(B) | 5.78º | 0.8% | 0.92% | - |
| XYZ | 36.34 | 21.48 | 4.92 | - |
| YUV | 113.48 | 90.49 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 47 | 0 | 0.72 | 0.80 | 0.08 | 5.78 | 0.82 | 0.55 |
| Hex | EA | 41 | 2F | 0 | 48 | 50 | 8 | 6 | 52 | 37 |
| Octal | 352 | 101 | 57 | 0 | 110 | 120 | 10 | 6 | 122 | 67 |
| Binary | 11101010 | 1000001 | 101111 | 0 | 1001000 | 1010000 | 1000 | 110 | 1010010 | 110111 |
Color Harmonies of #EA412F
Complementary color
Monochromatic Colors of #EA412F
Black with #EA412F
Text Example
Text Example
White with #EA412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA412F; }
p { color: rgb(234,65,47); }
H1.HeaderClassName
{
color: #EA412F;
}
.AnyTagClassName
{
color: #EA412F;
}
</style>
background-color css
<style>
a { background-color: #EA412F; }
a { background-color: rgb(234,65,47); }
div.DivClassName
{
background-color: #EA412F;
}
.BgClassName
{
background-color: #EA412F;
}
</style>
border-color css
<style>
span { border-color: #EA412F; }
span { border-color: rgb(234,65,47); }
td.TdClassName
{
border-color: #EA412F;
}
.TagClassName
{
border-color: #EA412F;
}
</style>