Shades of Cinnabar #ED482B
Tints of Cinnabar #ED482B
RGB
CMYK
RGB Variations
Color information
#ED482B (or 0xED482B) is known color: Cinnabar. HEX triplet: ED, 48 and 2B. RGB value is (237,72,43). Sum of RGB (Red+Green+Blue) = 237+72+43=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED482B is #12B7D4. Grayscale: #767676. Windows color (decimal): -1226709 or 2836717. OLE color: 2836717.
HSL color Cylindrical-coordinate representation of color #ED482B: hue angle of 8.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED482B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 43 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.07 |
| HSL | 8.97º | 0.84% | 0.55% | - |
| HSV(B) | 8.97º | 0.82% | 0.93% | - |
| XYZ | 37.68 | 22.81 | 4.7 | - |
| YUV | 118.03 | 85.66 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 43 | 0 | 0.70 | 0.82 | 0.07 | 8.97 | 0.84 | 0.55 |
| Hex | ED | 48 | 2B | 0 | 46 | 52 | 7 | 9 | 54 | 37 |
| Octal | 355 | 110 | 53 | 0 | 106 | 122 | 7 | 11 | 124 | 67 |
| Binary | 11101101 | 1001000 | 101011 | 0 | 1000110 | 1010010 | 111 | 1001 | 1010100 | 110111 |
Color Harmonies of #ED482B
Complementary color
Monochromatic Colors of #ED482B
Black with #ED482B
Text Example
Text Example
White with #ED482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED482B; }
p { color: rgb(237,72,43); }
H1.HeaderClassName
{
color: #ED482B;
}
.AnyTagClassName
{
color: #ED482B;
}
</style>
background-color css
<style>
a { background-color: #ED482B; }
a { background-color: rgb(237,72,43); }
div.DivClassName
{
background-color: #ED482B;
}
.BgClassName
{
background-color: #ED482B;
}
</style>
border-color css
<style>
span { border-color: #ED482B; }
span { border-color: rgb(237,72,43); }
td.TdClassName
{
border-color: #ED482B;
}
.TagClassName
{
border-color: #ED482B;
}
</style>