Shades of Cinnabar #ED421B
Tints of Cinnabar #ED421B
RGB
CMYK
RGB Variations
Color information
#ED421B (or 0xED421B) is known color: Cinnabar. HEX triplet: ED, 42 and 1B. RGB value is (237,66,27). Sum of RGB (Red+Green+Blue) = 237+66+27=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED421B is #12BDE4. Grayscale: #717171. Windows color (decimal): -1228261 or 1786605. OLE color: 1786605.
HSL color Cylindrical-coordinate representation of color #ED421B: hue angle of 11.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED421B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.14º | 0.85% | 0.52% | - |
| HSV(B) | 11.14º | 0.89% | 0.93% | - |
| XYZ | 37.07 | 21.98 | 3.33 | - |
| YUV | 112.68 | 79.65 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 27 | 0 | 0.72 | 0.89 | 0.07 | 11.14 | 0.85 | 0.52 |
| Hex | ED | 42 | 1B | 0 | 48 | 59 | 7 | B | 55 | 34 |
| Octal | 355 | 102 | 33 | 0 | 110 | 131 | 7 | 13 | 125 | 64 |
| Binary | 11101101 | 1000010 | 11011 | 0 | 1001000 | 1011001 | 111 | 1011 | 1010101 | 110100 |
Color Harmonies of #ED421B
Complementary color
Monochromatic Colors of #ED421B
Black with #ED421B
Text Example
Text Example
White with #ED421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED421B; }
p { color: rgb(237,66,27); }
H1.HeaderClassName
{
color: #ED421B;
}
.AnyTagClassName
{
color: #ED421B;
}
</style>
background-color css
<style>
a { background-color: #ED421B; }
a { background-color: rgb(237,66,27); }
div.DivClassName
{
background-color: #ED421B;
}
.BgClassName
{
background-color: #ED421B;
}
</style>
border-color css
<style>
span { border-color: #ED421B; }
span { border-color: rgb(237,66,27); }
td.TdClassName
{
border-color: #ED421B;
}
.TagClassName
{
border-color: #ED421B;
}
</style>