Shades of Cinnabar #ED2B23
Tints of Cinnabar #ED2B23
RGB
CMYK
RGB Variations
Color information
#ED2B23 (or 0xED2B23) is known color: Cinnabar. HEX triplet: ED, 2B and 23. RGB value is (237,43,35). Sum of RGB (Red+Green+Blue) = 237+43+35=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B23 is #12D4DC. Grayscale: #646464. Windows color (decimal): -1234141 or 2305005. OLE color: 2305005.
HSL color Cylindrical-coordinate representation of color #ED2B23: hue angle of 2.38º 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 #ED2B23 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 35 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.07 |
| HSL | 2.38º | 0.85% | 0.53% | - |
| HSV(B) | 2.38º | 0.85% | 0.93% | - |
| XYZ | 36.09 | 19.85 | 3.52 | - |
| YUV | 100.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 35 | 0 | 0.82 | 0.85 | 0.07 | 2.38 | 0.85 | 0.53 |
| Hex | ED | 2B | 23 | 0 | 52 | 55 | 7 | 2 | 55 | 35 |
| Octal | 355 | 53 | 43 | 0 | 122 | 125 | 7 | 2 | 125 | 65 |
| Binary | 11101101 | 101011 | 100011 | 0 | 1010010 | 1010101 | 111 | 10 | 1010101 | 110101 |
Color Harmonies of #ED2B23
Complementary color
Monochromatic Colors of #ED2B23
Black with #ED2B23
Text Example
Text Example
White with #ED2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B23; }
p { color: rgb(237,43,35); }
H1.HeaderClassName
{
color: #ED2B23;
}
.AnyTagClassName
{
color: #ED2B23;
}
</style>
background-color css
<style>
a { background-color: #ED2B23; }
a { background-color: rgb(237,43,35); }
div.DivClassName
{
background-color: #ED2B23;
}
.BgClassName
{
background-color: #ED2B23;
}
</style>
border-color css
<style>
span { border-color: #ED2B23; }
span { border-color: rgb(237,43,35); }
td.TdClassName
{
border-color: #ED2B23;
}
.TagClassName
{
border-color: #ED2B23;
}
</style>