Shades of Cinnabar #ED3023
Tints of Cinnabar #ED3023
RGB
CMYK
RGB Variations
Color information
#ED3023 (or 0xED3023) is known color: Cinnabar. HEX triplet: ED, 30 and 23. RGB value is (237,48,35). Sum of RGB (Red+Green+Blue) = 237+48+35=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3023 is #12CFDC. Grayscale: #676767. Windows color (decimal): -1232861 or 2306285. OLE color: 2306285.
HSL color Cylindrical-coordinate representation of color #ED3023: hue angle of 3.86º 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 #ED3023 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 35 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.07 |
| HSL | 3.86º | 0.85% | 0.53% | - |
| HSV(B) | 3.86º | 0.85% | 0.93% | - |
| XYZ | 36.29 | 20.24 | 3.58 | - |
| YUV | 103.03 | 89.62 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 35 | 0 | 0.80 | 0.85 | 0.07 | 3.86 | 0.85 | 0.53 |
| Hex | ED | 30 | 23 | 0 | 50 | 55 | 7 | 4 | 55 | 35 |
| Octal | 355 | 60 | 43 | 0 | 120 | 125 | 7 | 4 | 125 | 65 |
| Binary | 11101101 | 110000 | 100011 | 0 | 1010000 | 1010101 | 111 | 100 | 1010101 | 110101 |
Color Harmonies of #ED3023
Complementary color
Monochromatic Colors of #ED3023
Black with #ED3023
Text Example
Text Example
White with #ED3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3023; }
p { color: rgb(237,48,35); }
H1.HeaderClassName
{
color: #ED3023;
}
.AnyTagClassName
{
color: #ED3023;
}
</style>
background-color css
<style>
a { background-color: #ED3023; }
a { background-color: rgb(237,48,35); }
div.DivClassName
{
background-color: #ED3023;
}
.BgClassName
{
background-color: #ED3023;
}
</style>
border-color css
<style>
span { border-color: #ED3023; }
span { border-color: rgb(237,48,35); }
td.TdClassName
{
border-color: #ED3023;
}
.TagClassName
{
border-color: #ED3023;
}
</style>