Shades of Cinnabar #ED2F23
Tints of Cinnabar #ED2F23
RGB
CMYK
RGB Variations
Color information
#ED2F23 (or 0xED2F23) is known color: Cinnabar. HEX triplet: ED, 2F and 23. RGB value is (237,47,35). Sum of RGB (Red+Green+Blue) = 237+47+35=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2F23 is #12D0DC. Grayscale: #666666. Windows color (decimal): -1233117 or 2306029. OLE color: 2306029.
HSL color Cylindrical-coordinate representation of color #ED2F23: hue angle of 3.56º 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 #ED2F23 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 35 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.07 |
| HSL | 3.56º | 0.85% | 0.53% | - |
| HSV(B) | 3.56º | 0.85% | 0.93% | - |
| XYZ | 36.24 | 20.16 | 3.57 | - |
| YUV | 102.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 35 | 0 | 0.80 | 0.85 | 0.07 | 3.56 | 0.85 | 0.53 |
| Hex | ED | 2F | 23 | 0 | 50 | 55 | 7 | 4 | 55 | 35 |
| Octal | 355 | 57 | 43 | 0 | 120 | 125 | 7 | 4 | 125 | 65 |
| Binary | 11101101 | 101111 | 100011 | 0 | 1010000 | 1010101 | 111 | 100 | 1010101 | 110101 |
Color Harmonies of #ED2F23
Complementary color
Monochromatic Colors of #ED2F23
Black with #ED2F23
Text Example
Text Example
White with #ED2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F23; }
p { color: rgb(237,47,35); }
H1.HeaderClassName
{
color: #ED2F23;
}
.AnyTagClassName
{
color: #ED2F23;
}
</style>
background-color css
<style>
a { background-color: #ED2F23; }
a { background-color: rgb(237,47,35); }
div.DivClassName
{
background-color: #ED2F23;
}
.BgClassName
{
background-color: #ED2F23;
}
</style>
border-color css
<style>
span { border-color: #ED2F23; }
span { border-color: rgb(237,47,35); }
td.TdClassName
{
border-color: #ED2F23;
}
.TagClassName
{
border-color: #ED2F23;
}
</style>