Shades of Cinnabar #ED481E
Tints of Cinnabar #ED481E
RGB
CMYK
RGB Variations
Color information
#ED481E (or 0xED481E) is known color: Cinnabar. HEX triplet: ED, 48 and 1E. RGB value is (237,72,30). Sum of RGB (Red+Green+Blue) = 237+72+30=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED481E is #12B7E1. Grayscale: #747474. Windows color (decimal): -1226722 or 1984749. OLE color: 1984749.
HSL color Cylindrical-coordinate representation of color #ED481E: hue angle of 12.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED481E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.07 |
| HSL | 12.17º | 0.85% | 0.52% | - |
| HSV(B) | 12.17º | 0.87% | 0.93% | - |
| XYZ | 37.48 | 22.73 | 3.64 | - |
| YUV | 116.55 | 79.16 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 30 | 0 | 0.70 | 0.87 | 0.07 | 12.17 | 0.85 | 0.52 |
| Hex | ED | 48 | 1E | 0 | 46 | 57 | 7 | C | 55 | 34 |
| Octal | 355 | 110 | 36 | 0 | 106 | 127 | 7 | 14 | 125 | 64 |
| Binary | 11101101 | 1001000 | 11110 | 0 | 1000110 | 1010111 | 111 | 1100 | 1010101 | 110100 |
Color Harmonies of #ED481E
Complementary color
Monochromatic Colors of #ED481E
Black with #ED481E
Text Example
Text Example
White with #ED481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED481E; }
p { color: rgb(237,72,30); }
H1.HeaderClassName
{
color: #ED481E;
}
.AnyTagClassName
{
color: #ED481E;
}
</style>
background-color css
<style>
a { background-color: #ED481E; }
a { background-color: rgb(237,72,30); }
div.DivClassName
{
background-color: #ED481E;
}
.BgClassName
{
background-color: #ED481E;
}
</style>
border-color css
<style>
span { border-color: #ED481E; }
span { border-color: rgb(237,72,30); }
td.TdClassName
{
border-color: #ED481E;
}
.TagClassName
{
border-color: #ED481E;
}
</style>