Shades of Cinnabar #ED3129
Tints of Cinnabar #ED3129
RGB
CMYK
RGB Variations
Color information
#ED3129 (or 0xED3129) is known color: Cinnabar. HEX triplet: ED, 31 and 29. RGB value is (237,49,41). Sum of RGB (Red+Green+Blue) = 237+49+41=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3129 is #12CED6. Grayscale: #686868. Windows color (decimal): -1232599 or 2699757. OLE color: 2699757.
HSL color Cylindrical-coordinate representation of color #ED3129: hue angle of 2.45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED3129 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 41 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.07 |
| HSL | 2.45º | 0.84% | 0.55% | - |
| HSV(B) | 2.45º | 0.83% | 0.93% | - |
| XYZ | 36.42 | 20.36 | 4.11 | - |
| YUV | 104.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 41 | 0 | 0.79 | 0.83 | 0.07 | 2.45 | 0.84 | 0.55 |
| Hex | ED | 31 | 29 | 0 | 4F | 53 | 7 | 2 | 54 | 37 |
| Octal | 355 | 61 | 51 | 0 | 117 | 123 | 7 | 2 | 124 | 67 |
| Binary | 11101101 | 110001 | 101001 | 0 | 1001111 | 1010011 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #ED3129
Complementary color
Monochromatic Colors of #ED3129
Black with #ED3129
Text Example
Text Example
White with #ED3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3129; }
p { color: rgb(237,49,41); }
H1.HeaderClassName
{
color: #ED3129;
}
.AnyTagClassName
{
color: #ED3129;
}
</style>
background-color css
<style>
a { background-color: #ED3129; }
a { background-color: rgb(237,49,41); }
div.DivClassName
{
background-color: #ED3129;
}
.BgClassName
{
background-color: #ED3129;
}
</style>
border-color css
<style>
span { border-color: #ED3129; }
span { border-color: rgb(237,49,41); }
td.TdClassName
{
border-color: #ED3129;
}
.TagClassName
{
border-color: #ED3129;
}
</style>