Shades of Cinnabar #ED4039
Tints of Cinnabar #ED4039
RGB
CMYK
RGB Variations
Color information
#ED4039 (or 0xED4039) is known color: Cinnabar. HEX triplet: ED, 40 and 39. RGB value is (237,64,57). Sum of RGB (Red+Green+Blue) = 237+64+57=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4039 is #12BFC6. Grayscale: #737373. Windows color (decimal): -1228743 or 3752173. OLE color: 3752173.
HSL color Cylindrical-coordinate representation of color #ED4039: hue angle of 2.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED4039 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 57 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.07 |
| HSL | 2.33º | 0.83% | 0.58% | - |
| HSV(B) | 2.33º | 0.76% | 0.93% | - |
| XYZ | 37.5 | 21.97 | 6.13 | - |
| YUV | 114.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 57 | 0 | 0.73 | 0.76 | 0.07 | 2.33 | 0.83 | 0.58 |
| Hex | ED | 40 | 39 | 0 | 49 | 4C | 7 | 2 | 53 | 3A |
| Octal | 355 | 100 | 71 | 0 | 111 | 114 | 7 | 2 | 123 | 72 |
| Binary | 11101101 | 1000000 | 111001 | 0 | 1001001 | 1001100 | 111 | 10 | 1010011 | 111010 |
Color Harmonies of #ED4039
Complementary color
Monochromatic Colors of #ED4039
Black with #ED4039
Text Example
Text Example
White with #ED4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4039; }
p { color: rgb(237,64,57); }
H1.HeaderClassName
{
color: #ED4039;
}
.AnyTagClassName
{
color: #ED4039;
}
</style>
background-color css
<style>
a { background-color: #ED4039; }
a { background-color: rgb(237,64,57); }
div.DivClassName
{
background-color: #ED4039;
}
.BgClassName
{
background-color: #ED4039;
}
</style>
border-color css
<style>
span { border-color: #ED4039; }
span { border-color: rgb(237,64,57); }
td.TdClassName
{
border-color: #ED4039;
}
.TagClassName
{
border-color: #ED4039;
}
</style>