Shades of Cinnabar #ED3E25
Tints of Cinnabar #ED3E25
RGB
CMYK
RGB Variations
Color information
#ED3E25 (or 0xED3E25) is known color: Cinnabar. HEX triplet: ED, 3E and 25. RGB value is (237,62,37). Sum of RGB (Red+Green+Blue) = 237+62+37=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3E25 is #12C1DA. Grayscale: #6F6F6F. Windows color (decimal): -1229275 or 2440941. OLE color: 2440941.
HSL color Cylindrical-coordinate representation of color #ED3E25: hue angle of 7.5º 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 #ED3E25 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 37 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.07 |
| HSL | 7.5º | 0.85% | 0.54% | - |
| HSV(B) | 7.5º | 0.84% | 0.93% | - |
| XYZ | 36.98 | 21.58 | 3.97 | - |
| YUV | 111.48 | 85.98 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 37 | 0 | 0.74 | 0.84 | 0.07 | 7.5 | 0.85 | 0.54 |
| Hex | ED | 3E | 25 | 0 | 4A | 54 | 7 | 8 | 55 | 36 |
| Octal | 355 | 76 | 45 | 0 | 112 | 124 | 7 | 10 | 125 | 66 |
| Binary | 11101101 | 111110 | 100101 | 0 | 1001010 | 1010100 | 111 | 1000 | 1010101 | 110110 |
Color Harmonies of #ED3E25
Complementary color
Monochromatic Colors of #ED3E25
Black with #ED3E25
Text Example
Text Example
White with #ED3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E25; }
p { color: rgb(237,62,37); }
H1.HeaderClassName
{
color: #ED3E25;
}
.AnyTagClassName
{
color: #ED3E25;
}
</style>
background-color css
<style>
a { background-color: #ED3E25; }
a { background-color: rgb(237,62,37); }
div.DivClassName
{
background-color: #ED3E25;
}
.BgClassName
{
background-color: #ED3E25;
}
</style>
border-color css
<style>
span { border-color: #ED3E25; }
span { border-color: rgb(237,62,37); }
td.TdClassName
{
border-color: #ED3E25;
}
.TagClassName
{
border-color: #ED3E25;
}
</style>