Shades of Cinnabar #ED2F2E
Tints of Cinnabar #ED2F2E
RGB
CMYK
RGB Variations
Color information
#ED2F2E (or 0xED2F2E) is known color: Cinnabar. HEX triplet: ED, 2F and 2E. RGB value is (237,47,46). Sum of RGB (Red+Green+Blue) = 237+47+46=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2F2E is #12D0D1. Grayscale: #676767. Windows color (decimal): -1233106 or 3026925. OLE color: 3026925.
HSL color Cylindrical-coordinate representation of color #ED2F2E: hue angle of 0.31º 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 #ED2F2E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 46 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.07 |
| HSL | 0.31º | 0.84% | 0.55% | - |
| HSV(B) | 0.31º | 0.81% | 0.93% | - |
| XYZ | 36.43 | 20.23 | 4.57 | - |
| YUV | 103.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 46 | 0 | 0.80 | 0.81 | 0.07 | 0.31 | 0.84 | 0.55 |
| Hex | ED | 2F | 2E | 0 | 50 | 51 | 7 | 0 | 54 | 37 |
| Octal | 355 | 57 | 56 | 0 | 120 | 121 | 7 | 0 | 124 | 67 |
| Binary | 11101101 | 101111 | 101110 | 0 | 1010000 | 1010001 | 111 | 0 | 1010100 | 110111 |
Color Harmonies of #ED2F2E
Complementary color
Monochromatic Colors of #ED2F2E
Black with #ED2F2E
Text Example
Text Example
White with #ED2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F2E; }
p { color: rgb(237,47,46); }
H1.HeaderClassName
{
color: #ED2F2E;
}
.AnyTagClassName
{
color: #ED2F2E;
}
</style>
background-color css
<style>
a { background-color: #ED2F2E; }
a { background-color: rgb(237,47,46); }
div.DivClassName
{
background-color: #ED2F2E;
}
.BgClassName
{
background-color: #ED2F2E;
}
</style>
border-color css
<style>
span { border-color: #ED2F2E; }
span { border-color: rgb(237,47,46); }
td.TdClassName
{
border-color: #ED2F2E;
}
.TagClassName
{
border-color: #ED2F2E;
}
</style>