Shades of Cinnabar #ED2B1D
Tints of Cinnabar #ED2B1D
RGB
CMYK
RGB Variations
Color information
#ED2B1D (or 0xED2B1D) is known color: Cinnabar. HEX triplet: ED, 2B and 1D. RGB value is (237,43,29). Sum of RGB (Red+Green+Blue) = 237+43+29=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B1D is #12D4E2. Grayscale: #636363. Windows color (decimal): -1234147 or 1911789. OLE color: 1911789.
HSL color Cylindrical-coordinate representation of color #ED2B1D: hue angle of 4.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED2B1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.07 |
| HSL | 4.04º | 0.85% | 0.52% | - |
| HSV(B) | 4.04º | 0.88% | 0.93% | - |
| XYZ | 36.01 | 19.82 | 3.09 | - |
| YUV | 99.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 29 | 0 | 0.82 | 0.88 | 0.07 | 4.04 | 0.85 | 0.52 |
| Hex | ED | 2B | 1D | 0 | 52 | 58 | 7 | 4 | 55 | 34 |
| Octal | 355 | 53 | 35 | 0 | 122 | 130 | 7 | 4 | 125 | 64 |
| Binary | 11101101 | 101011 | 11101 | 0 | 1010010 | 1011000 | 111 | 100 | 1010101 | 110100 |
Color Harmonies of #ED2B1D
Complementary color
Monochromatic Colors of #ED2B1D
Black with #ED2B1D
Text Example
Text Example
White with #ED2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B1D; }
p { color: rgb(237,43,29); }
H1.HeaderClassName
{
color: #ED2B1D;
}
.AnyTagClassName
{
color: #ED2B1D;
}
</style>
background-color css
<style>
a { background-color: #ED2B1D; }
a { background-color: rgb(237,43,29); }
div.DivClassName
{
background-color: #ED2B1D;
}
.BgClassName
{
background-color: #ED2B1D;
}
</style>
border-color css
<style>
span { border-color: #ED2B1D; }
span { border-color: rgb(237,43,29); }
td.TdClassName
{
border-color: #ED2B1D;
}
.TagClassName
{
border-color: #ED2B1D;
}
</style>