Shades of Cinnabar #ED421D
Tints of Cinnabar #ED421D
RGB
CMYK
RGB Variations
Color information
#ED421D (or 0xED421D) is known color: Cinnabar. HEX triplet: ED, 42 and 1D. RGB value is (237,66,29). Sum of RGB (Red+Green+Blue) = 237+66+29=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED421D is #12BDE2. Grayscale: #717171. Windows color (decimal): -1228259 or 1917677. OLE color: 1917677.
HSL color Cylindrical-coordinate representation of color #ED421D: hue angle of 10.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED421D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 10.67º | 0.85% | 0.52% | - |
| HSV(B) | 10.67º | 0.88% | 0.93% | - |
| XYZ | 37.1 | 21.99 | 3.45 | - |
| YUV | 112.91 | 80.65 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 29 | 0 | 0.72 | 0.88 | 0.07 | 10.67 | 0.85 | 0.52 |
| Hex | ED | 42 | 1D | 0 | 48 | 58 | 7 | B | 55 | 34 |
| Octal | 355 | 102 | 35 | 0 | 110 | 130 | 7 | 13 | 125 | 64 |
| Binary | 11101101 | 1000010 | 11101 | 0 | 1001000 | 1011000 | 111 | 1011 | 1010101 | 110100 |
Color Harmonies of #ED421D
Complementary color
Monochromatic Colors of #ED421D
Black with #ED421D
Text Example
Text Example
White with #ED421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED421D; }
p { color: rgb(237,66,29); }
H1.HeaderClassName
{
color: #ED421D;
}
.AnyTagClassName
{
color: #ED421D;
}
</style>
background-color css
<style>
a { background-color: #ED421D; }
a { background-color: rgb(237,66,29); }
div.DivClassName
{
background-color: #ED421D;
}
.BgClassName
{
background-color: #ED421D;
}
</style>
border-color css
<style>
span { border-color: #ED421D; }
span { border-color: rgb(237,66,29); }
td.TdClassName
{
border-color: #ED421D;
}
.TagClassName
{
border-color: #ED421D;
}
</style>