Shades of Cinnabar #ED4022
Tints of Cinnabar #ED4022
RGB
CMYK
RGB Variations
Color information
#ED4022 (or 0xED4022) is known color: Cinnabar. HEX triplet: ED, 40 and 22. RGB value is (237,64,34). Sum of RGB (Red+Green+Blue) = 237+64+34=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4022 is #12BFDD. Grayscale: #707070. Windows color (decimal): -1228766 or 2244845. OLE color: 2244845.
HSL color Cylindrical-coordinate representation of color #ED4022: hue angle of 8.87º 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 #ED4022 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 8.87º | 0.85% | 0.53% | - |
| HSV(B) | 8.87º | 0.86% | 0.93% | - |
| XYZ | 37.05 | 21.79 | 3.77 | - |
| YUV | 112.31 | 83.81 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 34 | 0 | 0.73 | 0.86 | 0.07 | 8.87 | 0.85 | 0.53 |
| Hex | ED | 40 | 22 | 0 | 49 | 56 | 7 | 9 | 55 | 35 |
| Octal | 355 | 100 | 42 | 0 | 111 | 126 | 7 | 11 | 125 | 65 |
| Binary | 11101101 | 1000000 | 100010 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010101 | 110101 |
Color Harmonies of #ED4022
Complementary color
Monochromatic Colors of #ED4022
Black with #ED4022
Text Example
Text Example
White with #ED4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4022; }
p { color: rgb(237,64,34); }
H1.HeaderClassName
{
color: #ED4022;
}
.AnyTagClassName
{
color: #ED4022;
}
</style>
background-color css
<style>
a { background-color: #ED4022; }
a { background-color: rgb(237,64,34); }
div.DivClassName
{
background-color: #ED4022;
}
.BgClassName
{
background-color: #ED4022;
}
</style>
border-color css
<style>
span { border-color: #ED4022; }
span { border-color: rgb(237,64,34); }
td.TdClassName
{
border-color: #ED4022;
}
.TagClassName
{
border-color: #ED4022;
}
</style>