Shades of Cinnabar #ED2C1F
Tints of Cinnabar #ED2C1F
RGB
CMYK
RGB Variations
Color information
#ED2C1F (or 0xED2C1F) is known color: Cinnabar. HEX triplet: ED, 2C and 1F. RGB value is (237,44,31). Sum of RGB (Red+Green+Blue) = 237+44+31=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C1F is #12D3E0. Grayscale: #646464. Windows color (decimal): -1233889 or 2043117. OLE color: 2043117.
HSL color Cylindrical-coordinate representation of color #ED2C1F: hue angle of 3.79º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED2C1F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 31 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.07 |
| HSL | 3.79º | 0.85% | 0.53% | - |
| HSV(B) | 3.79º | 0.87% | 0.93% | - |
| XYZ | 36.07 | 19.9 | 3.24 | - |
| YUV | 100.23 | 88.94 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 31 | 0 | 0.81 | 0.87 | 0.07 | 3.79 | 0.85 | 0.53 |
| Hex | ED | 2C | 1F | 0 | 51 | 57 | 7 | 4 | 55 | 35 |
| Octal | 355 | 54 | 37 | 0 | 121 | 127 | 7 | 4 | 125 | 65 |
| Binary | 11101101 | 101100 | 11111 | 0 | 1010001 | 1010111 | 111 | 100 | 1010101 | 110101 |
Color Harmonies of #ED2C1F
Complementary color
Monochromatic Colors of #ED2C1F
Black with #ED2C1F
Text Example
Text Example
White with #ED2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C1F; }
p { color: rgb(237,44,31); }
H1.HeaderClassName
{
color: #ED2C1F;
}
.AnyTagClassName
{
color: #ED2C1F;
}
</style>
background-color css
<style>
a { background-color: #ED2C1F; }
a { background-color: rgb(237,44,31); }
div.DivClassName
{
background-color: #ED2C1F;
}
.BgClassName
{
background-color: #ED2C1F;
}
</style>
border-color css
<style>
span { border-color: #ED2C1F; }
span { border-color: rgb(237,44,31); }
td.TdClassName
{
border-color: #ED2C1F;
}
.TagClassName
{
border-color: #ED2C1F;
}
</style>