Shades of Cinnabar #ED462E
Tints of Cinnabar #ED462E
RGB
CMYK
RGB Variations
Color information
#ED462E (or 0xED462E) is known color: Cinnabar. HEX triplet: ED, 46 and 2E. RGB value is (237,70,46). Sum of RGB (Red+Green+Blue) = 237+70+46=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED462E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED462E is #12B9D1. Grayscale: #757575. Windows color (decimal): -1227218 or 3032813. OLE color: 3032813.
HSL color Cylindrical-coordinate representation of color #ED462E: hue angle of 7.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED462E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 46 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.07 |
| HSL | 7.54º | 0.84% | 0.55% | - |
| HSV(B) | 7.54º | 0.81% | 0.93% | - |
| XYZ | 37.61 | 22.58 | 4.96 | - |
| YUV | 117.2 | 87.83 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 46 | 0 | 0.70 | 0.81 | 0.07 | 7.54 | 0.84 | 0.55 |
| Hex | ED | 46 | 2E | 0 | 46 | 51 | 7 | 8 | 54 | 37 |
| Octal | 355 | 106 | 56 | 0 | 106 | 121 | 7 | 10 | 124 | 67 |
| Binary | 11101101 | 1000110 | 101110 | 0 | 1000110 | 1010001 | 111 | 1000 | 1010100 | 110111 |
Color Harmonies of #ED462E
Complementary color
Monochromatic Colors of #ED462E
Black with #ED462E
Text Example
Text Example
White with #ED462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED462E; }
p { color: rgb(237,70,46); }
H1.HeaderClassName
{
color: #ED462E;
}
.AnyTagClassName
{
color: #ED462E;
}
</style>
background-color css
<style>
a { background-color: #ED462E; }
a { background-color: rgb(237,70,46); }
div.DivClassName
{
background-color: #ED462E;
}
.BgClassName
{
background-color: #ED462E;
}
</style>
border-color css
<style>
span { border-color: #ED462E; }
span { border-color: rgb(237,70,46); }
td.TdClassName
{
border-color: #ED462E;
}
.TagClassName
{
border-color: #ED462E;
}
</style>