Shades of Cinnabar #ED412E
Tints of Cinnabar #ED412E
RGB
CMYK
RGB Variations
Color information
#ED412E (or 0xED412E) is known color: Cinnabar. HEX triplet: ED, 41 and 2E. RGB value is (237,65,46). Sum of RGB (Red+Green+Blue) = 237+65+46=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED412E is #12BED1. Grayscale: #727272. Windows color (decimal): -1228498 or 3031533. OLE color: 3031533.
HSL color Cylindrical-coordinate representation of color #ED412E: hue angle of 5.97º 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 #ED412E is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 46 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.07 |
| HSL | 5.97º | 0.84% | 0.55% | - |
| HSV(B) | 5.97º | 0.81% | 0.93% | - |
| XYZ | 37.31 | 21.98 | 4.86 | - |
| YUV | 114.26 | 89.48 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 46 | 0 | 0.73 | 0.81 | 0.07 | 5.97 | 0.84 | 0.55 |
| Hex | ED | 41 | 2E | 0 | 49 | 51 | 7 | 6 | 54 | 37 |
| Octal | 355 | 101 | 56 | 0 | 111 | 121 | 7 | 6 | 124 | 67 |
| Binary | 11101101 | 1000001 | 101110 | 0 | 1001001 | 1010001 | 111 | 110 | 1010100 | 110111 |
Color Harmonies of #ED412E
Complementary color
Monochromatic Colors of #ED412E
Black with #ED412E
Text Example
Text Example
White with #ED412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED412E; }
p { color: rgb(237,65,46); }
H1.HeaderClassName
{
color: #ED412E;
}
.AnyTagClassName
{
color: #ED412E;
}
</style>
background-color css
<style>
a { background-color: #ED412E; }
a { background-color: rgb(237,65,46); }
div.DivClassName
{
background-color: #ED412E;
}
.BgClassName
{
background-color: #ED412E;
}
</style>
border-color css
<style>
span { border-color: #ED412E; }
span { border-color: rgb(237,65,46); }
td.TdClassName
{
border-color: #ED412E;
}
.TagClassName
{
border-color: #ED412E;
}
</style>