Shades of Cinnabar #ED3625
Tints of Cinnabar #ED3625
RGB
CMYK
RGB Variations
Color information
#ED3625 (or 0xED3625) is known color: Cinnabar. HEX triplet: ED, 36 and 25. RGB value is (237,54,37). Sum of RGB (Red+Green+Blue) = 237+54+37=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3625 is #12C9DA. Grayscale: #6B6B6B. Windows color (decimal): -1231323 or 2438893. OLE color: 2438893.
HSL color Cylindrical-coordinate representation of color #ED3625: hue angle of 5.1º 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 #ED3625 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 37 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.07 |
| HSL | 5.1º | 0.85% | 0.54% | - |
| HSV(B) | 5.1º | 0.84% | 0.93% | - |
| XYZ | 36.58 | 20.78 | 3.83 | - |
| YUV | 106.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 37 | 0 | 0.77 | 0.84 | 0.07 | 5.1 | 0.85 | 0.54 |
| Hex | ED | 36 | 25 | 0 | 4D | 54 | 7 | 5 | 55 | 36 |
| Octal | 355 | 66 | 45 | 0 | 115 | 124 | 7 | 5 | 125 | 66 |
| Binary | 11101101 | 110110 | 100101 | 0 | 1001101 | 1010100 | 111 | 101 | 1010101 | 110110 |
Color Harmonies of #ED3625
Complementary color
Monochromatic Colors of #ED3625
Black with #ED3625
Text Example
Text Example
White with #ED3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3625; }
p { color: rgb(237,54,37); }
H1.HeaderClassName
{
color: #ED3625;
}
.AnyTagClassName
{
color: #ED3625;
}
</style>
background-color css
<style>
a { background-color: #ED3625; }
a { background-color: rgb(237,54,37); }
div.DivClassName
{
background-color: #ED3625;
}
.BgClassName
{
background-color: #ED3625;
}
</style>
border-color css
<style>
span { border-color: #ED3625; }
span { border-color: rgb(237,54,37); }
td.TdClassName
{
border-color: #ED3625;
}
.TagClassName
{
border-color: #ED3625;
}
</style>