Shades of Cinnabar #ED2521
Tints of Cinnabar #ED2521
RGB
CMYK
RGB Variations
Color information
#ED2521 (or 0xED2521) is known color: Cinnabar. HEX triplet: ED, 25 and 21. RGB value is (237,37,33). Sum of RGB (Red+Green+Blue) = 237+37+33=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2521 is #12DADE. Grayscale: #606060. Windows color (decimal): -1235679 or 2172397. OLE color: 2172397.
HSL color Cylindrical-coordinate representation of color #ED2521: hue angle of 1.18º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2521 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.07 |
| HSL | 1.18º | 0.85% | 0.53% | - |
| HSV(B) | 1.18º | 0.86% | 0.93% | - |
| XYZ | 35.86 | 19.44 | 3.3 | - |
| YUV | 96.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 33 | 0 | 0.84 | 0.86 | 0.07 | 1.18 | 0.85 | 0.53 |
| Hex | ED | 25 | 21 | 0 | 54 | 56 | 7 | 1 | 55 | 35 |
| Octal | 355 | 45 | 41 | 0 | 124 | 126 | 7 | 1 | 125 | 65 |
| Binary | 11101101 | 100101 | 100001 | 0 | 1010100 | 1010110 | 111 | 1 | 1010101 | 110101 |
Color Harmonies of #ED2521
Complementary color
Monochromatic Colors of #ED2521
Black with #ED2521
Text Example
Text Example
White with #ED2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2521; }
p { color: rgb(237,37,33); }
H1.HeaderClassName
{
color: #ED2521;
}
.AnyTagClassName
{
color: #ED2521;
}
</style>
background-color css
<style>
a { background-color: #ED2521; }
a { background-color: rgb(237,37,33); }
div.DivClassName
{
background-color: #ED2521;
}
.BgClassName
{
background-color: #ED2521;
}
</style>
border-color css
<style>
span { border-color: #ED2521; }
span { border-color: rgb(237,37,33); }
td.TdClassName
{
border-color: #ED2521;
}
.TagClassName
{
border-color: #ED2521;
}
</style>