Shades of Cinnabar #ED502B
Tints of Cinnabar #ED502B
RGB
CMYK
RGB Variations
Color information
#ED502B (or 0xED502B) is known color: Cinnabar. HEX triplet: ED, 50 and 2B. RGB value is (237,80,43). Sum of RGB (Red+Green+Blue) = 237+80+43=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED502B is #12AFD4. Grayscale: #7B7B7B. Windows color (decimal): -1224661 or 2838765. OLE color: 2838765.
HSL color Cylindrical-coordinate representation of color #ED502B: hue angle of 11.44º 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 #ED502B is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 43 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.07 |
| HSL | 11.44º | 0.84% | 0.55% | - |
| HSV(B) | 11.44º | 0.82% | 0.93% | - |
| XYZ | 38.23 | 23.92 | 4.89 | - |
| YUV | 122.73 | 83.01 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 43 | 0 | 0.66 | 0.82 | 0.07 | 11.44 | 0.84 | 0.55 |
| Hex | ED | 50 | 2B | 0 | 42 | 52 | 7 | B | 54 | 37 |
| Octal | 355 | 120 | 53 | 0 | 102 | 122 | 7 | 13 | 124 | 67 |
| Binary | 11101101 | 1010000 | 101011 | 0 | 1000010 | 1010010 | 111 | 1011 | 1010100 | 110111 |
Color Harmonies of #ED502B
Complementary color
Monochromatic Colors of #ED502B
Black with #ED502B
Text Example
Text Example
White with #ED502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED502B; }
p { color: rgb(237,80,43); }
H1.HeaderClassName
{
color: #ED502B;
}
.AnyTagClassName
{
color: #ED502B;
}
</style>
background-color css
<style>
a { background-color: #ED502B; }
a { background-color: rgb(237,80,43); }
div.DivClassName
{
background-color: #ED502B;
}
.BgClassName
{
background-color: #ED502B;
}
</style>
border-color css
<style>
span { border-color: #ED502B; }
span { border-color: rgb(237,80,43); }
td.TdClassName
{
border-color: #ED502B;
}
.TagClassName
{
border-color: #ED502B;
}
</style>