Shades of Cinnabar #ED391E
Tints of Cinnabar #ED391E
RGB
CMYK
RGB Variations
Color information
#ED391E (or 0xED391E) is known color: Cinnabar. HEX triplet: ED, 39 and 1E. RGB value is (237,57,30). Sum of RGB (Red+Green+Blue) = 237+57+30=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED391E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED391E is #12C6E1. Grayscale: #6C6C6C. Windows color (decimal): -1230562 or 1980909. OLE color: 1980909.
HSL color Cylindrical-coordinate representation of color #ED391E: hue angle of 7.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED391E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 30 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.07 |
| HSL | 7.83º | 0.85% | 0.52% | - |
| HSV(B) | 7.83º | 0.87% | 0.93% | - |
| XYZ | 36.62 | 21.02 | 3.36 | - |
| YUV | 107.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 30 | 0 | 0.76 | 0.87 | 0.07 | 7.83 | 0.85 | 0.52 |
| Hex | ED | 39 | 1E | 0 | 4C | 57 | 7 | 8 | 55 | 34 |
| Octal | 355 | 71 | 36 | 0 | 114 | 127 | 7 | 10 | 125 | 64 |
| Binary | 11101101 | 111001 | 11110 | 0 | 1001100 | 1010111 | 111 | 1000 | 1010101 | 110100 |
Color Harmonies of #ED391E
Complementary color
Monochromatic Colors of #ED391E
Black with #ED391E
Text Example
Text Example
White with #ED391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED391E; }
p { color: rgb(237,57,30); }
H1.HeaderClassName
{
color: #ED391E;
}
.AnyTagClassName
{
color: #ED391E;
}
</style>
background-color css
<style>
a { background-color: #ED391E; }
a { background-color: rgb(237,57,30); }
div.DivClassName
{
background-color: #ED391E;
}
.BgClassName
{
background-color: #ED391E;
}
</style>
border-color css
<style>
span { border-color: #ED391E; }
span { border-color: rgb(237,57,30); }
td.TdClassName
{
border-color: #ED391E;
}
.TagClassName
{
border-color: #ED391E;
}
</style>