Shades of Cinnabar #ED512C
Tints of Cinnabar #ED512C
RGB
CMYK
RGB Variations
Color information
#ED512C (or 0xED512C) is known color: Cinnabar. HEX triplet: ED, 51 and 2C. RGB value is (237,81,44). Sum of RGB (Red+Green+Blue) = 237+81+44=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED512C is #12AED3. Grayscale: #7B7B7B. Windows color (decimal): -1224404 or 2904557. OLE color: 2904557.
HSL color Cylindrical-coordinate representation of color #ED512C: hue angle of 11.5º 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 #ED512C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 44 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.07 |
| HSL | 11.5º | 0.84% | 0.55% | - |
| HSV(B) | 11.5º | 0.81% | 0.93% | - |
| XYZ | 38.32 | 24.07 | 5.01 | - |
| YUV | 123.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 44 | 0 | 0.66 | 0.81 | 0.07 | 11.5 | 0.84 | 0.55 |
| Hex | ED | 51 | 2C | 0 | 42 | 51 | 7 | C | 54 | 37 |
| Octal | 355 | 121 | 54 | 0 | 102 | 121 | 7 | 14 | 124 | 67 |
| Binary | 11101101 | 1010001 | 101100 | 0 | 1000010 | 1010001 | 111 | 1100 | 1010100 | 110111 |
Color Harmonies of #ED512C
Complementary color
Monochromatic Colors of #ED512C
Black with #ED512C
Text Example
Text Example
White with #ED512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED512C; }
p { color: rgb(237,81,44); }
H1.HeaderClassName
{
color: #ED512C;
}
.AnyTagClassName
{
color: #ED512C;
}
</style>
background-color css
<style>
a { background-color: #ED512C; }
a { background-color: rgb(237,81,44); }
div.DivClassName
{
background-color: #ED512C;
}
.BgClassName
{
background-color: #ED512C;
}
</style>
border-color css
<style>
span { border-color: #ED512C; }
span { border-color: rgb(237,81,44); }
td.TdClassName
{
border-color: #ED512C;
}
.TagClassName
{
border-color: #ED512C;
}
</style>