Shades of Cinnabar #ED5223
Tints of Cinnabar #ED5223
RGB
CMYK
RGB Variations
Color information
#ED5223 (or 0xED5223) is known color: Cinnabar. HEX triplet: ED, 52 and 23. RGB value is (237,82,35). Sum of RGB (Red+Green+Blue) = 237+82+35=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5223 is #12ADDC. Grayscale: #7B7B7B. Windows color (decimal): -1224157 or 2314989. OLE color: 2314989.
HSL color Cylindrical-coordinate representation of color #ED5223: hue angle of 13.96º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED5223 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 35 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.07 |
| HSL | 13.96º | 0.85% | 0.53% | - |
| HSV(B) | 13.96º | 0.85% | 0.93% | - |
| XYZ | 38.25 | 24.16 | 4.24 | - |
| YUV | 122.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 35 | 0 | 0.65 | 0.85 | 0.07 | 13.96 | 0.85 | 0.53 |
| Hex | ED | 52 | 23 | 0 | 41 | 55 | 7 | E | 55 | 35 |
| Octal | 355 | 122 | 43 | 0 | 101 | 125 | 7 | 16 | 125 | 65 |
| Binary | 11101101 | 1010010 | 100011 | 0 | 1000001 | 1010101 | 111 | 1110 | 1010101 | 110101 |
Color Harmonies of #ED5223
Complementary color
Monochromatic Colors of #ED5223
Black with #ED5223
Text Example
Text Example
White with #ED5223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5223; }
p { color: rgb(237,82,35); }
H1.HeaderClassName
{
color: #ED5223;
}
.AnyTagClassName
{
color: #ED5223;
}
</style>
background-color css
<style>
a { background-color: #ED5223; }
a { background-color: rgb(237,82,35); }
div.DivClassName
{
background-color: #ED5223;
}
.BgClassName
{
background-color: #ED5223;
}
</style>
border-color css
<style>
span { border-color: #ED5223; }
span { border-color: rgb(237,82,35); }
td.TdClassName
{
border-color: #ED5223;
}
.TagClassName
{
border-color: #ED5223;
}
</style>