Shades of Cinnabar #ED3729
Tints of Cinnabar #ED3729
RGB
CMYK
RGB Variations
Color information
#ED3729 (or 0xED3729) is known color: Cinnabar. HEX triplet: ED, 37 and 29. RGB value is (237,55,41). Sum of RGB (Red+Green+Blue) = 237+55+41=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3729 is #12C8D6. Grayscale: #6C6C6C. Windows color (decimal): -1231063 or 2701293. OLE color: 2701293.
HSL color Cylindrical-coordinate representation of color #ED3729: hue angle of 4.29º 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 #ED3729 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 41 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.07 |
| HSL | 4.29º | 0.84% | 0.55% | - |
| HSV(B) | 4.29º | 0.83% | 0.93% | - |
| XYZ | 36.69 | 20.9 | 4.2 | - |
| YUV | 107.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 41 | 0 | 0.77 | 0.83 | 0.07 | 4.29 | 0.84 | 0.55 |
| Hex | ED | 37 | 29 | 0 | 4D | 53 | 7 | 4 | 54 | 37 |
| Octal | 355 | 67 | 51 | 0 | 115 | 123 | 7 | 4 | 124 | 67 |
| Binary | 11101101 | 110111 | 101001 | 0 | 1001101 | 1010011 | 111 | 100 | 1010100 | 110111 |
Color Harmonies of #ED3729
Complementary color
Monochromatic Colors of #ED3729
Black with #ED3729
Text Example
Text Example
White with #ED3729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3729; }
p { color: rgb(237,55,41); }
H1.HeaderClassName
{
color: #ED3729;
}
.AnyTagClassName
{
color: #ED3729;
}
</style>
background-color css
<style>
a { background-color: #ED3729; }
a { background-color: rgb(237,55,41); }
div.DivClassName
{
background-color: #ED3729;
}
.BgClassName
{
background-color: #ED3729;
}
</style>
border-color css
<style>
span { border-color: #ED3729; }
span { border-color: rgb(237,55,41); }
td.TdClassName
{
border-color: #ED3729;
}
.TagClassName
{
border-color: #ED3729;
}
</style>