Shades of Cinnabar #ED2925
Tints of Cinnabar #ED2925
RGB
CMYK
RGB Variations
Color information
#ED2925 (or 0xED2925) is known color: Cinnabar. HEX triplet: ED, 29 and 25. RGB value is (237,41,37). Sum of RGB (Red+Green+Blue) = 237+41+37=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2925 is #12D6DA. Grayscale: #636363. Windows color (decimal): -1234651 or 2435565. OLE color: 2435565.
HSL color Cylindrical-coordinate representation of color #ED2925: hue angle of 1.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 #ED2925 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 37 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.07 |
| HSL | 1.2º | 0.85% | 0.54% | - |
| HSV(B) | 1.2º | 0.84% | 0.93% | - |
| XYZ | 36.05 | 19.72 | 3.66 | - |
| YUV | 99.15 | 92.93 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 37 | 0 | 0.83 | 0.84 | 0.07 | 1.2 | 0.85 | 0.54 |
| Hex | ED | 29 | 25 | 0 | 53 | 54 | 7 | 1 | 55 | 36 |
| Octal | 355 | 51 | 45 | 0 | 123 | 124 | 7 | 1 | 125 | 66 |
| Binary | 11101101 | 101001 | 100101 | 0 | 1010011 | 1010100 | 111 | 1 | 1010101 | 110110 |
Color Harmonies of #ED2925
Complementary color
Monochromatic Colors of #ED2925
Black with #ED2925
Text Example
Text Example
White with #ED2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2925; }
p { color: rgb(237,41,37); }
H1.HeaderClassName
{
color: #ED2925;
}
.AnyTagClassName
{
color: #ED2925;
}
</style>
background-color css
<style>
a { background-color: #ED2925; }
a { background-color: rgb(237,41,37); }
div.DivClassName
{
background-color: #ED2925;
}
.BgClassName
{
background-color: #ED2925;
}
</style>
border-color css
<style>
span { border-color: #ED2925; }
span { border-color: rgb(237,41,37); }
td.TdClassName
{
border-color: #ED2925;
}
.TagClassName
{
border-color: #ED2925;
}
</style>