Shades of Cinnabar #ED2523
Tints of Cinnabar #ED2523
RGB
CMYK
RGB Variations
Color information
#ED2523 (or 0xED2523) is known color: Cinnabar. HEX triplet: ED, 25 and 23. RGB value is (237,37,35). Sum of RGB (Red+Green+Blue) = 237+37+35=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2523 is #12DADC. Grayscale: #606060. Windows color (decimal): -1235677 or 2303469. OLE color: 2303469.
HSL color Cylindrical-coordinate representation of color #ED2523: hue angle of 0.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2523 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 35 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.07 |
| HSL | 0.59º | 0.85% | 0.53% | - |
| HSV(B) | 0.59º | 0.85% | 0.93% | - |
| XYZ | 35.89 | 19.45 | 3.45 | - |
| YUV | 96.57 | 93.26 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 35 | 0 | 0.84 | 0.85 | 0.07 | 0.59 | 0.85 | 0.53 |
| Hex | ED | 25 | 23 | 0 | 54 | 55 | 7 | 1 | 55 | 35 |
| Octal | 355 | 45 | 43 | 0 | 124 | 125 | 7 | 1 | 125 | 65 |
| Binary | 11101101 | 100101 | 100011 | 0 | 1010100 | 1010101 | 111 | 1 | 1010101 | 110101 |
Color Harmonies of #ED2523
Complementary color
Monochromatic Colors of #ED2523
Black with #ED2523
Text Example
Text Example
White with #ED2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2523; }
p { color: rgb(237,37,35); }
H1.HeaderClassName
{
color: #ED2523;
}
.AnyTagClassName
{
color: #ED2523;
}
</style>
background-color css
<style>
a { background-color: #ED2523; }
a { background-color: rgb(237,37,35); }
div.DivClassName
{
background-color: #ED2523;
}
.BgClassName
{
background-color: #ED2523;
}
</style>
border-color css
<style>
span { border-color: #ED2523; }
span { border-color: rgb(237,37,35); }
td.TdClassName
{
border-color: #ED2523;
}
.TagClassName
{
border-color: #ED2523;
}
</style>