Shades of Cinnabar #ED2624
Tints of Cinnabar #ED2624
RGB
CMYK
RGB Variations
Color information
#ED2624 (or 0xED2624) is known color: Cinnabar. HEX triplet: ED, 26 and 24. RGB value is (237,38,36). Sum of RGB (Red+Green+Blue) = 237+38+36=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2624 is #12D9DB. Grayscale: #616161. Windows color (decimal): -1235420 or 2369261. OLE color: 2369261.
HSL color Cylindrical-coordinate representation of color #ED2624: hue angle of 0.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2624 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 36 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.07 |
| HSL | 0.6º | 0.85% | 0.54% | - |
| HSV(B) | 0.6º | 0.85% | 0.93% | - |
| XYZ | 35.94 | 19.52 | 3.54 | - |
| YUV | 97.27 | 93.43 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 36 | 0 | 0.84 | 0.85 | 0.07 | 0.6 | 0.85 | 0.54 |
| Hex | ED | 26 | 24 | 0 | 54 | 55 | 7 | 1 | 55 | 36 |
| Octal | 355 | 46 | 44 | 0 | 124 | 125 | 7 | 1 | 125 | 66 |
| Binary | 11101101 | 100110 | 100100 | 0 | 1010100 | 1010101 | 111 | 1 | 1010101 | 110110 |
Color Harmonies of #ED2624
Complementary color
Monochromatic Colors of #ED2624
Black with #ED2624
Text Example
Text Example
White with #ED2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2624; }
p { color: rgb(237,38,36); }
H1.HeaderClassName
{
color: #ED2624;
}
.AnyTagClassName
{
color: #ED2624;
}
</style>
background-color css
<style>
a { background-color: #ED2624; }
a { background-color: rgb(237,38,36); }
div.DivClassName
{
background-color: #ED2624;
}
.BgClassName
{
background-color: #ED2624;
}
</style>
border-color css
<style>
span { border-color: #ED2624; }
span { border-color: rgb(237,38,36); }
td.TdClassName
{
border-color: #ED2624;
}
.TagClassName
{
border-color: #ED2624;
}
</style>