Shades of Cinnabar #ED4423
Tints of Cinnabar #ED4423
RGB
CMYK
RGB Variations
Color information
#ED4423 (or 0xED4423) is known color: Cinnabar. HEX triplet: ED, 44 and 23. RGB value is (237,68,35). Sum of RGB (Red+Green+Blue) = 237+68+35=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4423 is #12BBDC. Grayscale: #737373. Windows color (decimal): -1227741 or 2311405. OLE color: 2311405.
HSL color Cylindrical-coordinate representation of color #ED4423: hue angle of 9.8º 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 #ED4423 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 35 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.07 |
| HSL | 9.8º | 0.85% | 0.53% | - |
| HSV(B) | 9.8º | 0.85% | 0.93% | - |
| XYZ | 37.3 | 22.26 | 3.92 | - |
| YUV | 114.77 | 82.99 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 35 | 0 | 0.71 | 0.85 | 0.07 | 9.8 | 0.85 | 0.53 |
| Hex | ED | 44 | 23 | 0 | 47 | 55 | 7 | A | 55 | 35 |
| Octal | 355 | 104 | 43 | 0 | 107 | 125 | 7 | 12 | 125 | 65 |
| Binary | 11101101 | 1000100 | 100011 | 0 | 1000111 | 1010101 | 111 | 1010 | 1010101 | 110101 |
Color Harmonies of #ED4423
Complementary color
Monochromatic Colors of #ED4423
Black with #ED4423
Text Example
Text Example
White with #ED4423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4423; }
p { color: rgb(237,68,35); }
H1.HeaderClassName
{
color: #ED4423;
}
.AnyTagClassName
{
color: #ED4423;
}
</style>
background-color css
<style>
a { background-color: #ED4423; }
a { background-color: rgb(237,68,35); }
div.DivClassName
{
background-color: #ED4423;
}
.BgClassName
{
background-color: #ED4423;
}
</style>
border-color css
<style>
span { border-color: #ED4423; }
span { border-color: rgb(237,68,35); }
td.TdClassName
{
border-color: #ED4423;
}
.TagClassName
{
border-color: #ED4423;
}
</style>