Shades of Cinnabar #ED2922
Tints of Cinnabar #ED2922
RGB
CMYK
RGB Variations
Color information
#ED2922 (or 0xED2922) is known color: Cinnabar. HEX triplet: ED, 29 and 22. RGB value is (237,41,34). Sum of RGB (Red+Green+Blue) = 237+41+34=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2922 is #12D6DD. Grayscale: #636363. Windows color (decimal): -1234654 or 2238957. OLE color: 2238957.
HSL color Cylindrical-coordinate representation of color #ED2922: hue angle of 2.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2922 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 34 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.07 |
| HSL | 2.07º | 0.85% | 0.53% | - |
| HSV(B) | 2.07º | 0.86% | 0.93% | - |
| XYZ | 36.01 | 19.71 | 3.42 | - |
| YUV | 98.81 | 91.43 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 34 | 0 | 0.83 | 0.86 | 0.07 | 2.07 | 0.85 | 0.53 |
| Hex | ED | 29 | 22 | 0 | 53 | 56 | 7 | 2 | 55 | 35 |
| Octal | 355 | 51 | 42 | 0 | 123 | 126 | 7 | 2 | 125 | 65 |
| Binary | 11101101 | 101001 | 100010 | 0 | 1010011 | 1010110 | 111 | 10 | 1010101 | 110101 |
Color Harmonies of #ED2922
Complementary color
Monochromatic Colors of #ED2922
Black with #ED2922
Text Example
Text Example
White with #ED2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2922; }
p { color: rgb(237,41,34); }
H1.HeaderClassName
{
color: #ED2922;
}
.AnyTagClassName
{
color: #ED2922;
}
</style>
background-color css
<style>
a { background-color: #ED2922; }
a { background-color: rgb(237,41,34); }
div.DivClassName
{
background-color: #ED2922;
}
.BgClassName
{
background-color: #ED2922;
}
</style>
border-color css
<style>
span { border-color: #ED2922; }
span { border-color: rgb(237,41,34); }
td.TdClassName
{
border-color: #ED2922;
}
.TagClassName
{
border-color: #ED2922;
}
</style>