Shades of Cinnabar #EA462F
Tints of Cinnabar #EA462F
RGB
CMYK
RGB Variations
Color information
#EA462F (or 0xEA462F) is known color: Cinnabar. HEX triplet: EA, 46 and 2F. RGB value is (234,70,47). Sum of RGB (Red+Green+Blue) = 234+70+47=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA462F is #15B9D0. Grayscale: #747474. Windows color (decimal): -1423825 or 3098346. OLE color: 3098346.
HSL color Cylindrical-coordinate representation of color #EA462F: hue angle of 7.38º 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 #EA462F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 47 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.08 |
| HSL | 7.38º | 0.82% | 0.55% | - |
| HSV(B) | 7.38º | 0.8% | 0.92% | - |
| XYZ | 36.63 | 22.08 | 5.02 | - |
| YUV | 116.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 47 | 0 | 0.70 | 0.80 | 0.08 | 7.38 | 0.82 | 0.55 |
| Hex | EA | 46 | 2F | 0 | 46 | 50 | 8 | 7 | 52 | 37 |
| Octal | 352 | 106 | 57 | 0 | 106 | 120 | 10 | 7 | 122 | 67 |
| Binary | 11101010 | 1000110 | 101111 | 0 | 1000110 | 1010000 | 1000 | 111 | 1010010 | 110111 |
Color Harmonies of #EA462F
Complementary color
Monochromatic Colors of #EA462F
Black with #EA462F
Text Example
Text Example
White with #EA462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA462F; }
p { color: rgb(234,70,47); }
H1.HeaderClassName
{
color: #EA462F;
}
.AnyTagClassName
{
color: #EA462F;
}
</style>
background-color css
<style>
a { background-color: #EA462F; }
a { background-color: rgb(234,70,47); }
div.DivClassName
{
background-color: #EA462F;
}
.BgClassName
{
background-color: #EA462F;
}
</style>
border-color css
<style>
span { border-color: #EA462F; }
span { border-color: rgb(234,70,47); }
td.TdClassName
{
border-color: #EA462F;
}
.TagClassName
{
border-color: #EA462F;
}
</style>