Shades of Cinnabar #ED4622
Tints of Cinnabar #ED4622
RGB
CMYK
RGB Variations
Color information
#ED4622 (or 0xED4622) is known color: Cinnabar. HEX triplet: ED, 46 and 22. RGB value is (237,70,34). Sum of RGB (Red+Green+Blue) = 237+70+34=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4622 is #12B9DD. Grayscale: #747474. Windows color (decimal): -1227230 or 2246381. OLE color: 2246381.
HSL color Cylindrical-coordinate representation of color #ED4622: hue angle of 10.64º 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 #ED4622 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 34 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.07 |
| HSL | 10.64º | 0.85% | 0.53% | - |
| HSV(B) | 10.64º | 0.86% | 0.93% | - |
| XYZ | 37.4 | 22.5 | 3.88 | - |
| YUV | 115.83 | 81.83 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 34 | 0 | 0.70 | 0.86 | 0.07 | 10.64 | 0.85 | 0.53 |
| Hex | ED | 46 | 22 | 0 | 46 | 56 | 7 | B | 55 | 35 |
| Octal | 355 | 106 | 42 | 0 | 106 | 126 | 7 | 13 | 125 | 65 |
| Binary | 11101101 | 1000110 | 100010 | 0 | 1000110 | 1010110 | 111 | 1011 | 1010101 | 110101 |
Color Harmonies of #ED4622
Complementary color
Monochromatic Colors of #ED4622
Black with #ED4622
Text Example
Text Example
White with #ED4622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4622; }
p { color: rgb(237,70,34); }
H1.HeaderClassName
{
color: #ED4622;
}
.AnyTagClassName
{
color: #ED4622;
}
</style>
background-color css
<style>
a { background-color: #ED4622; }
a { background-color: rgb(237,70,34); }
div.DivClassName
{
background-color: #ED4622;
}
.BgClassName
{
background-color: #ED4622;
}
</style>
border-color css
<style>
span { border-color: #ED4622; }
span { border-color: rgb(237,70,34); }
td.TdClassName
{
border-color: #ED4622;
}
.TagClassName
{
border-color: #ED4622;
}
</style>