Shades of Cinnabar #ED3722
Tints of Cinnabar #ED3722
RGB
CMYK
RGB Variations
Color information
#ED3722 (or 0xED3722) is known color: Cinnabar. HEX triplet: ED, 37 and 22. RGB value is (237,55,34). Sum of RGB (Red+Green+Blue) = 237+55+34=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3722 is #12C8DD. Grayscale: #6B6B6B. Windows color (decimal): -1231070 or 2242541. OLE color: 2242541.
HSL color Cylindrical-coordinate representation of color #ED3722: hue angle of 6.21º 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 #ED3722 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 34 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.07 |
| HSL | 6.21º | 0.85% | 0.53% | - |
| HSV(B) | 6.21º | 0.86% | 0.93% | - |
| XYZ | 36.58 | 20.85 | 3.61 | - |
| YUV | 107.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 34 | 0 | 0.77 | 0.86 | 0.07 | 6.21 | 0.85 | 0.53 |
| Hex | ED | 37 | 22 | 0 | 4D | 56 | 7 | 6 | 55 | 35 |
| Octal | 355 | 67 | 42 | 0 | 115 | 126 | 7 | 6 | 125 | 65 |
| Binary | 11101101 | 110111 | 100010 | 0 | 1001101 | 1010110 | 111 | 110 | 1010101 | 110101 |
Color Harmonies of #ED3722
Complementary color
Monochromatic Colors of #ED3722
Black with #ED3722
Text Example
Text Example
White with #ED3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3722; }
p { color: rgb(237,55,34); }
H1.HeaderClassName
{
color: #ED3722;
}
.AnyTagClassName
{
color: #ED3722;
}
</style>
background-color css
<style>
a { background-color: #ED3722; }
a { background-color: rgb(237,55,34); }
div.DivClassName
{
background-color: #ED3722;
}
.BgClassName
{
background-color: #ED3722;
}
</style>
border-color css
<style>
span { border-color: #ED3722; }
span { border-color: rgb(237,55,34); }
td.TdClassName
{
border-color: #ED3722;
}
.TagClassName
{
border-color: #ED3722;
}
</style>