Shades of Cinnabar #ED482F
Tints of Cinnabar #ED482F
RGB
CMYK
RGB Variations
Color information
#ED482F (or 0xED482F) is known color: Cinnabar. HEX triplet: ED, 48 and 2F. RGB value is (237,72,47). Sum of RGB (Red+Green+Blue) = 237+72+47=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED482F is #12B7D0. Grayscale: #767676. Windows color (decimal): -1226705 or 3098861. OLE color: 3098861.
HSL color Cylindrical-coordinate representation of color #ED482F: hue angle of 7.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED482F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 47 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.07 |
| HSL | 7.89º | 0.84% | 0.56% | - |
| HSV(B) | 7.89º | 0.8% | 0.93% | - |
| XYZ | 37.76 | 22.84 | 5.11 | - |
| YUV | 118.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 47 | 0 | 0.70 | 0.80 | 0.07 | 7.89 | 0.84 | 0.56 |
| Hex | ED | 48 | 2F | 0 | 46 | 50 | 7 | 8 | 54 | 38 |
| Octal | 355 | 110 | 57 | 0 | 106 | 120 | 7 | 10 | 124 | 70 |
| Binary | 11101101 | 1001000 | 101111 | 0 | 1000110 | 1010000 | 111 | 1000 | 1010100 | 111000 |
Color Harmonies of #ED482F
Complementary color
Monochromatic Colors of #ED482F
Black with #ED482F
Text Example
Text Example
White with #ED482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED482F; }
p { color: rgb(237,72,47); }
H1.HeaderClassName
{
color: #ED482F;
}
.AnyTagClassName
{
color: #ED482F;
}
</style>
background-color css
<style>
a { background-color: #ED482F; }
a { background-color: rgb(237,72,47); }
div.DivClassName
{
background-color: #ED482F;
}
.BgClassName
{
background-color: #ED482F;
}
</style>
border-color css
<style>
span { border-color: #ED482F; }
span { border-color: rgb(237,72,47); }
td.TdClassName
{
border-color: #ED482F;
}
.TagClassName
{
border-color: #ED482F;
}
</style>