Shades of Cinnabar #ED2626
Tints of Cinnabar #ED2626
RGB
CMYK
RGB Variations
Color information
#ED2626 (or 0xED2626) is known color: Cinnabar. HEX triplet: ED, 26 and 26. RGB value is (237,38,38). Sum of RGB (Red+Green+Blue) = 237+38+38=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2626 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2626 is #12D9D9. Grayscale: #616161. Windows color (decimal): -1235418 or 2500333. OLE color: 2500333.
HSL color Cylindrical-coordinate representation of color #ED2626: 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 #ED2626 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 38 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.07 |
| HSL | 0º | 0.85% | 0.54% | - |
| HSV(B) | 0º | 0.84% | 0.93% | - |
| XYZ | 35.97 | 19.53 | 3.71 | - |
| YUV | 97.5 | 94.43 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 38 | 0 | 0.84 | 0.84 | 0.07 | 0 | 0.85 | 0.54 |
| Hex | ED | 26 | 26 | 0 | 54 | 54 | 7 | 0 | 55 | 36 |
| Octal | 355 | 46 | 46 | 0 | 124 | 124 | 7 | 0 | 125 | 66 |
| Binary | 11101101 | 100110 | 100110 | 0 | 1010100 | 1010100 | 111 | 0 | 1010101 | 110110 |
Color Harmonies of #ED2626
Complementary color
Monochromatic Colors of #ED2626
Black with #ED2626
Text Example
Text Example
White with #ED2626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2626; }
p { color: rgb(237,38,38); }
H1.HeaderClassName
{
color: #ED2626;
}
.AnyTagClassName
{
color: #ED2626;
}
</style>
background-color css
<style>
a { background-color: #ED2626; }
a { background-color: rgb(237,38,38); }
div.DivClassName
{
background-color: #ED2626;
}
.BgClassName
{
background-color: #ED2626;
}
</style>
border-color css
<style>
span { border-color: #ED2626; }
span { border-color: rgb(237,38,38); }
td.TdClassName
{
border-color: #ED2626;
}
.TagClassName
{
border-color: #ED2626;
}
</style>