Shades of Cinnabar #ED502C
Tints of Cinnabar #ED502C
RGB
CMYK
RGB Variations
Color information
#ED502C (or 0xED502C) is known color: Cinnabar. HEX triplet: ED, 50 and 2C. RGB value is (237,80,44). Sum of RGB (Red+Green+Blue) = 237+80+44=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED502C is #12AFD3. Grayscale: #7B7B7B. Windows color (decimal): -1224660 or 2904301. OLE color: 2904301.
HSL color Cylindrical-coordinate representation of color #ED502C: hue angle of 11.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED502C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 44 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.07 |
| HSL | 11.19º | 0.84% | 0.55% | - |
| HSV(B) | 11.19º | 0.81% | 0.93% | - |
| XYZ | 38.25 | 23.92 | 4.98 | - |
| YUV | 122.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 44 | 0 | 0.66 | 0.81 | 0.07 | 11.19 | 0.84 | 0.55 |
| Hex | ED | 50 | 2C | 0 | 42 | 51 | 7 | B | 54 | 37 |
| Octal | 355 | 120 | 54 | 0 | 102 | 121 | 7 | 13 | 124 | 67 |
| Binary | 11101101 | 1010000 | 101100 | 0 | 1000010 | 1010001 | 111 | 1011 | 1010100 | 110111 |
Color Harmonies of #ED502C
Complementary color
Monochromatic Colors of #ED502C
Black with #ED502C
Text Example
Text Example
White with #ED502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED502C; }
p { color: rgb(237,80,44); }
H1.HeaderClassName
{
color: #ED502C;
}
.AnyTagClassName
{
color: #ED502C;
}
</style>
background-color css
<style>
a { background-color: #ED502C; }
a { background-color: rgb(237,80,44); }
div.DivClassName
{
background-color: #ED502C;
}
.BgClassName
{
background-color: #ED502C;
}
</style>
border-color css
<style>
span { border-color: #ED502C; }
span { border-color: rgb(237,80,44); }
td.TdClassName
{
border-color: #ED502C;
}
.TagClassName
{
border-color: #ED502C;
}
</style>