Shades of Cinnabar #ED4139
Tints of Cinnabar #ED4139
RGB
CMYK
RGB Variations
Color information
#ED4139 (or 0xED4139) is known color: Cinnabar. HEX triplet: ED, 41 and 39. RGB value is (237,65,57). Sum of RGB (Red+Green+Blue) = 237+65+57=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4139 is #12BEC6. Grayscale: #737373. Windows color (decimal): -1228487 or 3752429. OLE color: 3752429.
HSL color Cylindrical-coordinate representation of color #ED4139: hue angle of 2.67º 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 #ED4139 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 57 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.07 |
| HSL | 2.67º | 0.83% | 0.58% | - |
| HSV(B) | 2.67º | 0.76% | 0.93% | - |
| XYZ | 37.55 | 22.08 | 6.15 | - |
| YUV | 115.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 57 | 0 | 0.73 | 0.76 | 0.07 | 2.67 | 0.83 | 0.58 |
| Hex | ED | 41 | 39 | 0 | 49 | 4C | 7 | 3 | 53 | 3A |
| Octal | 355 | 101 | 71 | 0 | 111 | 114 | 7 | 3 | 123 | 72 |
| Binary | 11101101 | 1000001 | 111001 | 0 | 1001001 | 1001100 | 111 | 11 | 1010011 | 111010 |
Color Harmonies of #ED4139
Complementary color
Monochromatic Colors of #ED4139
Black with #ED4139
Text Example
Text Example
White with #ED4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4139; }
p { color: rgb(237,65,57); }
H1.HeaderClassName
{
color: #ED4139;
}
.AnyTagClassName
{
color: #ED4139;
}
</style>
background-color css
<style>
a { background-color: #ED4139; }
a { background-color: rgb(237,65,57); }
div.DivClassName
{
background-color: #ED4139;
}
.BgClassName
{
background-color: #ED4139;
}
</style>
border-color css
<style>
span { border-color: #ED4139; }
span { border-color: rgb(237,65,57); }
td.TdClassName
{
border-color: #ED4139;
}
.TagClassName
{
border-color: #ED4139;
}
</style>