Shades of Cinnabar #ED4923
Tints of Cinnabar #ED4923
RGB
CMYK
RGB Variations
Color information
#ED4923 (or 0xED4923) is known color: Cinnabar. HEX triplet: ED, 49 and 23. RGB value is (237,73,35). Sum of RGB (Red+Green+Blue) = 237+73+35=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4923 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4923 is #12B6DC. Grayscale: #767676. Windows color (decimal): -1226461 or 2312685. OLE color: 2312685.
HSL color Cylindrical-coordinate representation of color #ED4923: hue angle of 11.29º 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 #ED4923 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 35 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.07 |
| HSL | 11.29º | 0.85% | 0.53% | - |
| HSV(B) | 11.29º | 0.85% | 0.93% | - |
| XYZ | 37.61 | 22.89 | 4.03 | - |
| YUV | 117.7 | 81.33 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 35 | 0 | 0.69 | 0.85 | 0.07 | 11.29 | 0.85 | 0.53 |
| Hex | ED | 49 | 23 | 0 | 45 | 55 | 7 | B | 55 | 35 |
| Octal | 355 | 111 | 43 | 0 | 105 | 125 | 7 | 13 | 125 | 65 |
| Binary | 11101101 | 1001001 | 100011 | 0 | 1000101 | 1010101 | 111 | 1011 | 1010101 | 110101 |
Color Harmonies of #ED4923
Complementary color
Monochromatic Colors of #ED4923
Black with #ED4923
Text Example
Text Example
White with #ED4923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4923; }
p { color: rgb(237,73,35); }
H1.HeaderClassName
{
color: #ED4923;
}
.AnyTagClassName
{
color: #ED4923;
}
</style>
background-color css
<style>
a { background-color: #ED4923; }
a { background-color: rgb(237,73,35); }
div.DivClassName
{
background-color: #ED4923;
}
.BgClassName
{
background-color: #ED4923;
}
</style>
border-color css
<style>
span { border-color: #ED4923; }
span { border-color: rgb(237,73,35); }
td.TdClassName
{
border-color: #ED4923;
}
.TagClassName
{
border-color: #ED4923;
}
</style>