Shades of Cinnabar #ED2823
Tints of Cinnabar #ED2823
RGB
CMYK
RGB Variations
Color information
#ED2823 (or 0xED2823) is known color: Cinnabar. HEX triplet: ED, 28 and 23. RGB value is (237,40,35). Sum of RGB (Red+Green+Blue) = 237+40+35=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2823 is #12D7DC. Grayscale: #626262. Windows color (decimal): -1234909 or 2304237. OLE color: 2304237.
HSL color Cylindrical-coordinate representation of color #ED2823: hue angle of 1.49º 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 #ED2823 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 35 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.07 |
| HSL | 1.49º | 0.85% | 0.53% | - |
| HSV(B) | 1.49º | 0.85% | 0.93% | - |
| XYZ | 35.99 | 19.64 | 3.48 | - |
| YUV | 98.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 35 | 0 | 0.83 | 0.85 | 0.07 | 1.49 | 0.85 | 0.53 |
| Hex | ED | 28 | 23 | 0 | 53 | 55 | 7 | 1 | 55 | 35 |
| Octal | 355 | 50 | 43 | 0 | 123 | 125 | 7 | 1 | 125 | 65 |
| Binary | 11101101 | 101000 | 100011 | 0 | 1010011 | 1010101 | 111 | 1 | 1010101 | 110101 |
Color Harmonies of #ED2823
Complementary color
Monochromatic Colors of #ED2823
Black with #ED2823
Text Example
Text Example
White with #ED2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2823; }
p { color: rgb(237,40,35); }
H1.HeaderClassName
{
color: #ED2823;
}
.AnyTagClassName
{
color: #ED2823;
}
</style>
background-color css
<style>
a { background-color: #ED2823; }
a { background-color: rgb(237,40,35); }
div.DivClassName
{
background-color: #ED2823;
}
.BgClassName
{
background-color: #ED2823;
}
</style>
border-color css
<style>
span { border-color: #ED2823; }
span { border-color: rgb(237,40,35); }
td.TdClassName
{
border-color: #ED2823;
}
.TagClassName
{
border-color: #ED2823;
}
</style>