Shades of Cinnabar #ED4229
Tints of Cinnabar #ED4229
RGB
CMYK
RGB Variations
Color information
#ED4229 (or 0xED4229) is known color: Cinnabar. HEX triplet: ED, 42 and 29. RGB value is (237,66,41). Sum of RGB (Red+Green+Blue) = 237+66+41=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4229 is #12BDD6. Grayscale: #727272. Windows color (decimal): -1228247 or 2704109. OLE color: 2704109.
HSL color Cylindrical-coordinate representation of color #ED4229: hue angle of 7.65º 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 #ED4229 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 41 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.07 |
| HSL | 7.65º | 0.84% | 0.55% | - |
| HSV(B) | 7.65º | 0.83% | 0.93% | - |
| XYZ | 37.27 | 22.06 | 4.39 | - |
| YUV | 114.28 | 86.65 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 41 | 0 | 0.72 | 0.83 | 0.07 | 7.65 | 0.84 | 0.55 |
| Hex | ED | 42 | 29 | 0 | 48 | 53 | 7 | 8 | 54 | 37 |
| Octal | 355 | 102 | 51 | 0 | 110 | 123 | 7 | 10 | 124 | 67 |
| Binary | 11101101 | 1000010 | 101001 | 0 | 1001000 | 1010011 | 111 | 1000 | 1010100 | 110111 |
Color Harmonies of #ED4229
Complementary color
Monochromatic Colors of #ED4229
Black with #ED4229
Text Example
Text Example
White with #ED4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4229; }
p { color: rgb(237,66,41); }
H1.HeaderClassName
{
color: #ED4229;
}
.AnyTagClassName
{
color: #ED4229;
}
</style>
background-color css
<style>
a { background-color: #ED4229; }
a { background-color: rgb(237,66,41); }
div.DivClassName
{
background-color: #ED4229;
}
.BgClassName
{
background-color: #ED4229;
}
</style>
border-color css
<style>
span { border-color: #ED4229; }
span { border-color: rgb(237,66,41); }
td.TdClassName
{
border-color: #ED4229;
}
.TagClassName
{
border-color: #ED4229;
}
</style>