Shades of Cinnabar #ED2926
Tints of Cinnabar #ED2926
RGB
CMYK
RGB Variations
Color information
#ED2926 (or 0xED2926) is known color: Cinnabar. HEX triplet: ED, 29 and 26. RGB value is (237,41,38). Sum of RGB (Red+Green+Blue) = 237+41+38=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2926 is #12D6D9. Grayscale: #636363. Windows color (decimal): -1234650 or 2501101. OLE color: 2501101.
HSL color Cylindrical-coordinate representation of color #ED2926: hue angle of 0.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2926 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 38 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.07 |
| HSL | 0.9º | 0.85% | 0.54% | - |
| HSV(B) | 0.9º | 0.84% | 0.93% | - |
| XYZ | 36.07 | 19.73 | 3.74 | - |
| YUV | 99.26 | 93.43 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 38 | 0 | 0.83 | 0.84 | 0.07 | 0.9 | 0.85 | 0.54 |
| Hex | ED | 29 | 26 | 0 | 53 | 54 | 7 | 1 | 55 | 36 |
| Octal | 355 | 51 | 46 | 0 | 123 | 124 | 7 | 1 | 125 | 66 |
| Binary | 11101101 | 101001 | 100110 | 0 | 1010011 | 1010100 | 111 | 1 | 1010101 | 110110 |
Color Harmonies of #ED2926
Complementary color
Monochromatic Colors of #ED2926
Black with #ED2926
Text Example
Text Example
White with #ED2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2926; }
p { color: rgb(237,41,38); }
H1.HeaderClassName
{
color: #ED2926;
}
.AnyTagClassName
{
color: #ED2926;
}
</style>
background-color css
<style>
a { background-color: #ED2926; }
a { background-color: rgb(237,41,38); }
div.DivClassName
{
background-color: #ED2926;
}
.BgClassName
{
background-color: #ED2926;
}
</style>
border-color css
<style>
span { border-color: #ED2926; }
span { border-color: rgb(237,41,38); }
td.TdClassName
{
border-color: #ED2926;
}
.TagClassName
{
border-color: #ED2926;
}
</style>