Shades of Cinnabar #ED5125
Tints of Cinnabar #ED5125
RGB
CMYK
RGB Variations
Color information
#ED5125 (or 0xED5125) is known color: Cinnabar. HEX triplet: ED, 51 and 25. RGB value is (237,81,37). Sum of RGB (Red+Green+Blue) = 237+81+37=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5125 is #12AEDA. Grayscale: #7A7A7A. Windows color (decimal): -1224411 or 2445805. OLE color: 2445805.
HSL color Cylindrical-coordinate representation of color #ED5125: hue angle of 13.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED5125 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 37 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.07 |
| HSL | 13.2º | 0.85% | 0.54% | - |
| HSV(B) | 13.2º | 0.84% | 0.93% | - |
| XYZ | 38.2 | 24.02 | 4.37 | - |
| YUV | 122.63 | 79.68 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 37 | 0 | 0.66 | 0.84 | 0.07 | 13.2 | 0.85 | 0.54 |
| Hex | ED | 51 | 25 | 0 | 42 | 54 | 7 | D | 55 | 36 |
| Octal | 355 | 121 | 45 | 0 | 102 | 124 | 7 | 15 | 125 | 66 |
| Binary | 11101101 | 1010001 | 100101 | 0 | 1000010 | 1010100 | 111 | 1101 | 1010101 | 110110 |
Color Harmonies of #ED5125
Complementary color
Monochromatic Colors of #ED5125
Black with #ED5125
Text Example
Text Example
White with #ED5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5125; }
p { color: rgb(237,81,37); }
H1.HeaderClassName
{
color: #ED5125;
}
.AnyTagClassName
{
color: #ED5125;
}
</style>
background-color css
<style>
a { background-color: #ED5125; }
a { background-color: rgb(237,81,37); }
div.DivClassName
{
background-color: #ED5125;
}
.BgClassName
{
background-color: #ED5125;
}
</style>
border-color css
<style>
span { border-color: #ED5125; }
span { border-color: rgb(237,81,37); }
td.TdClassName
{
border-color: #ED5125;
}
.TagClassName
{
border-color: #ED5125;
}
</style>