Shades of Cinnabar #ED4619
Tints of Cinnabar #ED4619
RGB
CMYK
RGB Variations
Color information
#ED4619 (or 0xED4619) is known color: Cinnabar. HEX triplet: ED, 46 and 19. RGB value is (237,70,25). Sum of RGB (Red+Green+Blue) = 237+70+25=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4619 is #12B9E6. Grayscale: #737373. Windows color (decimal): -1227239 or 1656557. OLE color: 1656557.
HSL color Cylindrical-coordinate representation of color #ED4619: hue angle of 12.74º 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 #ED4619 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.07 |
| HSL | 12.74º | 0.85% | 0.51% | - |
| HSV(B) | 12.74º | 0.89% | 0.93% | - |
| XYZ | 37.29 | 22.46 | 3.29 | - |
| YUV | 114.8 | 77.33 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 25 | 0 | 0.70 | 0.89 | 0.07 | 12.74 | 0.85 | 0.51 |
| Hex | ED | 46 | 19 | 0 | 46 | 59 | 7 | D | 55 | 33 |
| Octal | 355 | 106 | 31 | 0 | 106 | 131 | 7 | 15 | 125 | 63 |
| Binary | 11101101 | 1000110 | 11001 | 0 | 1000110 | 1011001 | 111 | 1101 | 1010101 | 110011 |
Color Harmonies of #ED4619
Complementary color
Monochromatic Colors of #ED4619
Black with #ED4619
Text Example
Text Example
White with #ED4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4619; }
p { color: rgb(237,70,25); }
H1.HeaderClassName
{
color: #ED4619;
}
.AnyTagClassName
{
color: #ED4619;
}
</style>
background-color css
<style>
a { background-color: #ED4619; }
a { background-color: rgb(237,70,25); }
div.DivClassName
{
background-color: #ED4619;
}
.BgClassName
{
background-color: #ED4619;
}
</style>
border-color css
<style>
span { border-color: #ED4619; }
span { border-color: rgb(237,70,25); }
td.TdClassName
{
border-color: #ED4619;
}
.TagClassName
{
border-color: #ED4619;
}
</style>