Shades of Cinnabar #ED481C
Tints of Cinnabar #ED481C
RGB
CMYK
RGB Variations
Color information
#ED481C (or 0xED481C) is known color: Cinnabar. HEX triplet: ED, 48 and 1C. RGB value is (237,72,28). Sum of RGB (Red+Green+Blue) = 237+72+28=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED481C is #12B7E3. Grayscale: #747474. Windows color (decimal): -1226724 or 1853677. OLE color: 1853677.
HSL color Cylindrical-coordinate representation of color #ED481C: hue angle of 12.63º 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 #ED481C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.07 |
| HSL | 12.63º | 0.85% | 0.52% | - |
| HSV(B) | 12.63º | 0.88% | 0.93% | - |
| XYZ | 37.45 | 22.72 | 3.51 | - |
| YUV | 116.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 28 | 0 | 0.70 | 0.88 | 0.07 | 12.63 | 0.85 | 0.52 |
| Hex | ED | 48 | 1C | 0 | 46 | 58 | 7 | D | 55 | 34 |
| Octal | 355 | 110 | 34 | 0 | 106 | 130 | 7 | 15 | 125 | 64 |
| Binary | 11101101 | 1001000 | 11100 | 0 | 1000110 | 1011000 | 111 | 1101 | 1010101 | 110100 |
Color Harmonies of #ED481C
Complementary color
Monochromatic Colors of #ED481C
Black with #ED481C
Text Example
Text Example
White with #ED481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED481C; }
p { color: rgb(237,72,28); }
H1.HeaderClassName
{
color: #ED481C;
}
.AnyTagClassName
{
color: #ED481C;
}
</style>
background-color css
<style>
a { background-color: #ED481C; }
a { background-color: rgb(237,72,28); }
div.DivClassName
{
background-color: #ED481C;
}
.BgClassName
{
background-color: #ED481C;
}
</style>
border-color css
<style>
span { border-color: #ED481C; }
span { border-color: rgb(237,72,28); }
td.TdClassName
{
border-color: #ED481C;
}
.TagClassName
{
border-color: #ED481C;
}
</style>