Shades of Cinnabar #ED2525
Tints of Cinnabar #ED2525
RGB
CMYK
RGB Variations
Color information
#ED2525 (or 0xED2525) is known color: Cinnabar. HEX triplet: ED, 25 and 25. RGB value is (237,37,37). Sum of RGB (Red+Green+Blue) = 237+37+37=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2525 is #12DADA. Grayscale: #616161. Windows color (decimal): -1235675 or 2434541. OLE color: 2434541.
HSL color Cylindrical-coordinate representation of color #ED2525: hue angle of 0º 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 #ED2525 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 37 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.07 |
| HSL | 0º | 0.85% | 0.54% | - |
| HSV(B) | 0º | 0.84% | 0.93% | - |
| XYZ | 35.92 | 19.46 | 3.61 | - |
| YUV | 96.8 | 94.26 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 37 | 0 | 0.84 | 0.84 | 0.07 | 0 | 0.85 | 0.54 |
| Hex | ED | 25 | 25 | 0 | 54 | 54 | 7 | 0 | 55 | 36 |
| Octal | 355 | 45 | 45 | 0 | 124 | 124 | 7 | 0 | 125 | 66 |
| Binary | 11101101 | 100101 | 100101 | 0 | 1010100 | 1010100 | 111 | 0 | 1010101 | 110110 |
Color Harmonies of #ED2525
Complementary color
Monochromatic Colors of #ED2525
Black with #ED2525
Text Example
Text Example
White with #ED2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2525; }
p { color: rgb(237,37,37); }
H1.HeaderClassName
{
color: #ED2525;
}
.AnyTagClassName
{
color: #ED2525;
}
</style>
background-color css
<style>
a { background-color: #ED2525; }
a { background-color: rgb(237,37,37); }
div.DivClassName
{
background-color: #ED2525;
}
.BgClassName
{
background-color: #ED2525;
}
</style>
border-color css
<style>
span { border-color: #ED2525; }
span { border-color: rgb(237,37,37); }
td.TdClassName
{
border-color: #ED2525;
}
.TagClassName
{
border-color: #ED2525;
}
</style>