Shades of Cinnabar #ED4623
Tints of Cinnabar #ED4623
RGB
CMYK
RGB Variations
Color information
#ED4623 (or 0xED4623) is known color: Cinnabar. HEX triplet: ED, 46 and 23. RGB value is (237,70,35). Sum of RGB (Red+Green+Blue) = 237+70+35=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4623 is #12B9DC. Grayscale: #747474. Windows color (decimal): -1227229 or 2311917. OLE color: 2311917.
HSL color Cylindrical-coordinate representation of color #ED4623: hue angle of 10.4º 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 #ED4623 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 35 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.07 |
| HSL | 10.4º | 0.85% | 0.53% | - |
| HSV(B) | 10.4º | 0.85% | 0.93% | - |
| XYZ | 37.42 | 22.51 | 3.96 | - |
| YUV | 115.94 | 82.33 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 35 | 0 | 0.70 | 0.85 | 0.07 | 10.4 | 0.85 | 0.53 |
| Hex | ED | 46 | 23 | 0 | 46 | 55 | 7 | A | 55 | 35 |
| Octal | 355 | 106 | 43 | 0 | 106 | 125 | 7 | 12 | 125 | 65 |
| Binary | 11101101 | 1000110 | 100011 | 0 | 1000110 | 1010101 | 111 | 1010 | 1010101 | 110101 |
Color Harmonies of #ED4623
Complementary color
Monochromatic Colors of #ED4623
Black with #ED4623
Text Example
Text Example
White with #ED4623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4623; }
p { color: rgb(237,70,35); }
H1.HeaderClassName
{
color: #ED4623;
}
.AnyTagClassName
{
color: #ED4623;
}
</style>
background-color css
<style>
a { background-color: #ED4623; }
a { background-color: rgb(237,70,35); }
div.DivClassName
{
background-color: #ED4623;
}
.BgClassName
{
background-color: #ED4623;
}
</style>
border-color css
<style>
span { border-color: #ED4623; }
span { border-color: rgb(237,70,35); }
td.TdClassName
{
border-color: #ED4623;
}
.TagClassName
{
border-color: #ED4623;
}
</style>