Shades of Cinnabar #ED3122
Tints of Cinnabar #ED3122
RGB
CMYK
RGB Variations
Color information
#ED3122 (or 0xED3122) is known color: Cinnabar. HEX triplet: ED, 31 and 22. RGB value is (237,49,34). Sum of RGB (Red+Green+Blue) = 237+49+34=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3122 is #12CEDD. Grayscale: #676767. Windows color (decimal): -1232606 or 2241005. OLE color: 2241005.
HSL color Cylindrical-coordinate representation of color #ED3122: hue angle of 4.43º 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 #ED3122 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 34 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.07 |
| HSL | 4.43º | 0.85% | 0.53% | - |
| HSV(B) | 4.43º | 0.86% | 0.93% | - |
| XYZ | 36.31 | 20.32 | 3.52 | - |
| YUV | 103.5 | 88.78 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 34 | 0 | 0.79 | 0.86 | 0.07 | 4.43 | 0.85 | 0.53 |
| Hex | ED | 31 | 22 | 0 | 4F | 56 | 7 | 4 | 55 | 35 |
| Octal | 355 | 61 | 42 | 0 | 117 | 126 | 7 | 4 | 125 | 65 |
| Binary | 11101101 | 110001 | 100010 | 0 | 1001111 | 1010110 | 111 | 100 | 1010101 | 110101 |
Color Harmonies of #ED3122
Complementary color
Monochromatic Colors of #ED3122
Black with #ED3122
Text Example
Text Example
White with #ED3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3122; }
p { color: rgb(237,49,34); }
H1.HeaderClassName
{
color: #ED3122;
}
.AnyTagClassName
{
color: #ED3122;
}
</style>
background-color css
<style>
a { background-color: #ED3122; }
a { background-color: rgb(237,49,34); }
div.DivClassName
{
background-color: #ED3122;
}
.BgClassName
{
background-color: #ED3122;
}
</style>
border-color css
<style>
span { border-color: #ED3122; }
span { border-color: rgb(237,49,34); }
td.TdClassName
{
border-color: #ED3122;
}
.TagClassName
{
border-color: #ED3122;
}
</style>