Shades of Cinnabar #ED3F22
Tints of Cinnabar #ED3F22
RGB
CMYK
RGB Variations
Color information
#ED3F22 (or 0xED3F22) is known color: Cinnabar. HEX triplet: ED, 3F and 22. RGB value is (237,63,34). Sum of RGB (Red+Green+Blue) = 237+63+34=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F22 is #12C0DD. Grayscale: #707070. Windows color (decimal): -1229022 or 2244589. OLE color: 2244589.
HSL color Cylindrical-coordinate representation of color #ED3F22: hue angle of 8.57º 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 #ED3F22 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 8.57º | 0.85% | 0.53% | - |
| HSV(B) | 8.57º | 0.86% | 0.93% | - |
| XYZ | 36.99 | 21.68 | 3.75 | - |
| YUV | 111.72 | 84.15 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 34 | 0 | 0.73 | 0.86 | 0.07 | 8.57 | 0.85 | 0.53 |
| Hex | ED | 3F | 22 | 0 | 49 | 56 | 7 | 9 | 55 | 35 |
| Octal | 355 | 77 | 42 | 0 | 111 | 126 | 7 | 11 | 125 | 65 |
| Binary | 11101101 | 111111 | 100010 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010101 | 110101 |
Color Harmonies of #ED3F22
Complementary color
Monochromatic Colors of #ED3F22
Black with #ED3F22
Text Example
Text Example
White with #ED3F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F22; }
p { color: rgb(237,63,34); }
H1.HeaderClassName
{
color: #ED3F22;
}
.AnyTagClassName
{
color: #ED3F22;
}
</style>
background-color css
<style>
a { background-color: #ED3F22; }
a { background-color: rgb(237,63,34); }
div.DivClassName
{
background-color: #ED3F22;
}
.BgClassName
{
background-color: #ED3F22;
}
</style>
border-color css
<style>
span { border-color: #ED3F22; }
span { border-color: rgb(237,63,34); }
td.TdClassName
{
border-color: #ED3F22;
}
.TagClassName
{
border-color: #ED3F22;
}
</style>