Shades of Cinnabar #ED2D25
Tints of Cinnabar #ED2D25
RGB
CMYK
RGB Variations
Color information
#ED2D25 (or 0xED2D25) is known color: Cinnabar. HEX triplet: ED, 2D and 25. RGB value is (237,45,37). Sum of RGB (Red+Green+Blue) = 237+45+37=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D25 is #12D2DA. Grayscale: #656565. Windows color (decimal): -1233627 or 2436589. OLE color: 2436589.
HSL color Cylindrical-coordinate representation of color #ED2D25: hue angle of 2.4º 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 #ED2D25 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 37 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.07 |
| HSL | 2.4º | 0.85% | 0.54% | - |
| HSV(B) | 2.4º | 0.84% | 0.93% | - |
| XYZ | 36.2 | 20.01 | 3.71 | - |
| YUV | 101.5 | 91.61 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 37 | 0 | 0.81 | 0.84 | 0.07 | 2.4 | 0.85 | 0.54 |
| Hex | ED | 2D | 25 | 0 | 51 | 54 | 7 | 2 | 55 | 36 |
| Octal | 355 | 55 | 45 | 0 | 121 | 124 | 7 | 2 | 125 | 66 |
| Binary | 11101101 | 101101 | 100101 | 0 | 1010001 | 1010100 | 111 | 10 | 1010101 | 110110 |
Color Harmonies of #ED2D25
Complementary color
Monochromatic Colors of #ED2D25
Black with #ED2D25
Text Example
Text Example
White with #ED2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D25; }
p { color: rgb(237,45,37); }
H1.HeaderClassName
{
color: #ED2D25;
}
.AnyTagClassName
{
color: #ED2D25;
}
</style>
background-color css
<style>
a { background-color: #ED2D25; }
a { background-color: rgb(237,45,37); }
div.DivClassName
{
background-color: #ED2D25;
}
.BgClassName
{
background-color: #ED2D25;
}
</style>
border-color css
<style>
span { border-color: #ED2D25; }
span { border-color: rgb(237,45,37); }
td.TdClassName
{
border-color: #ED2D25;
}
.TagClassName
{
border-color: #ED2D25;
}
</style>