Shades of Cinnabar #ED4119
Tints of Cinnabar #ED4119
RGB
CMYK
RGB Variations
Color information
#ED4119 (or 0xED4119) is known color: Cinnabar. HEX triplet: ED, 41 and 19. RGB value is (237,65,25). Sum of RGB (Red+Green+Blue) = 237+65+25=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4119 is #12BEE6. Grayscale: #707070. Windows color (decimal): -1228519 or 1655277. OLE color: 1655277.
HSL color Cylindrical-coordinate representation of color #ED4119: hue angle of 11.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED4119 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.07 |
| HSL | 11.32º | 0.85% | 0.51% | - |
| HSV(B) | 11.32º | 0.89% | 0.93% | - |
| XYZ | 36.99 | 21.86 | 3.19 | - |
| YUV | 111.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 25 | 0 | 0.73 | 0.89 | 0.07 | 11.32 | 0.85 | 0.51 |
| Hex | ED | 41 | 19 | 0 | 49 | 59 | 7 | B | 55 | 33 |
| Octal | 355 | 101 | 31 | 0 | 111 | 131 | 7 | 13 | 125 | 63 |
| Binary | 11101101 | 1000001 | 11001 | 0 | 1001001 | 1011001 | 111 | 1011 | 1010101 | 110011 |
Color Harmonies of #ED4119
Complementary color
Monochromatic Colors of #ED4119
Black with #ED4119
Text Example
Text Example
White with #ED4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4119; }
p { color: rgb(237,65,25); }
H1.HeaderClassName
{
color: #ED4119;
}
.AnyTagClassName
{
color: #ED4119;
}
</style>
background-color css
<style>
a { background-color: #ED4119; }
a { background-color: rgb(237,65,25); }
div.DivClassName
{
background-color: #ED4119;
}
.BgClassName
{
background-color: #ED4119;
}
</style>
border-color css
<style>
span { border-color: #ED4119; }
span { border-color: rgb(237,65,25); }
td.TdClassName
{
border-color: #ED4119;
}
.TagClassName
{
border-color: #ED4119;
}
</style>