Shades of Cinnabar #ED471C
Tints of Cinnabar #ED471C
RGB
CMYK
RGB Variations
Color information
#ED471C (or 0xED471C) is known color: Cinnabar. HEX triplet: ED, 47 and 1C. RGB value is (237,71,28). Sum of RGB (Red+Green+Blue) = 237+71+28=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED471C is #12B8E3. Grayscale: #747474. Windows color (decimal): -1226980 or 1853421. OLE color: 1853421.
HSL color Cylindrical-coordinate representation of color #ED471C: hue angle of 12.34º 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 #ED471C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.07 |
| HSL | 12.34º | 0.85% | 0.52% | - |
| HSV(B) | 12.34º | 0.88% | 0.93% | - |
| XYZ | 37.39 | 22.59 | 3.49 | - |
| YUV | 115.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 28 | 0 | 0.70 | 0.88 | 0.07 | 12.34 | 0.85 | 0.52 |
| Hex | ED | 47 | 1C | 0 | 46 | 58 | 7 | C | 55 | 34 |
| Octal | 355 | 107 | 34 | 0 | 106 | 130 | 7 | 14 | 125 | 64 |
| Binary | 11101101 | 1000111 | 11100 | 0 | 1000110 | 1011000 | 111 | 1100 | 1010101 | 110100 |
Color Harmonies of #ED471C
Complementary color
Monochromatic Colors of #ED471C
Black with #ED471C
Text Example
Text Example
White with #ED471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED471C; }
p { color: rgb(237,71,28); }
H1.HeaderClassName
{
color: #ED471C;
}
.AnyTagClassName
{
color: #ED471C;
}
</style>
background-color css
<style>
a { background-color: #ED471C; }
a { background-color: rgb(237,71,28); }
div.DivClassName
{
background-color: #ED471C;
}
.BgClassName
{
background-color: #ED471C;
}
</style>
border-color css
<style>
span { border-color: #ED471C; }
span { border-color: rgb(237,71,28); }
td.TdClassName
{
border-color: #ED471C;
}
.TagClassName
{
border-color: #ED471C;
}
</style>