Shades of Cinnabar #ED481A
Tints of Cinnabar #ED481A
RGB
CMYK
RGB Variations
Color information
#ED481A (or 0xED481A) is known color: Cinnabar. HEX triplet: ED, 48 and 1A. RGB value is (237,72,26). Sum of RGB (Red+Green+Blue) = 237+72+26=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED481A is #12B7E5. Grayscale: #747474. Windows color (decimal): -1226726 or 1722605. OLE color: 1722605.
HSL color Cylindrical-coordinate representation of color #ED481A: hue angle of 13.08º 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 #ED481A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 26 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.07 |
| HSL | 13.08º | 0.85% | 0.52% | - |
| HSV(B) | 13.08º | 0.89% | 0.93% | - |
| XYZ | 37.43 | 22.71 | 3.39 | - |
| YUV | 116.09 | 77.16 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 26 | 0 | 0.70 | 0.89 | 0.07 | 13.08 | 0.85 | 0.52 |
| Hex | ED | 48 | 1A | 0 | 46 | 59 | 7 | D | 55 | 34 |
| Octal | 355 | 110 | 32 | 0 | 106 | 131 | 7 | 15 | 125 | 64 |
| Binary | 11101101 | 1001000 | 11010 | 0 | 1000110 | 1011001 | 111 | 1101 | 1010101 | 110100 |
Color Harmonies of #ED481A
Complementary color
Monochromatic Colors of #ED481A
Black with #ED481A
Text Example
Text Example
White with #ED481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED481A; }
p { color: rgb(237,72,26); }
H1.HeaderClassName
{
color: #ED481A;
}
.AnyTagClassName
{
color: #ED481A;
}
</style>
background-color css
<style>
a { background-color: #ED481A; }
a { background-color: rgb(237,72,26); }
div.DivClassName
{
background-color: #ED481A;
}
.BgClassName
{
background-color: #ED481A;
}
</style>
border-color css
<style>
span { border-color: #ED481A; }
span { border-color: rgb(237,72,26); }
td.TdClassName
{
border-color: #ED481A;
}
.TagClassName
{
border-color: #ED481A;
}
</style>