Shades of Cinnabar #ED512D
Tints of Cinnabar #ED512D
RGB
CMYK
RGB Variations
Color information
#ED512D (or 0xED512D) is known color: Cinnabar. HEX triplet: ED, 51 and 2D. RGB value is (237,81,45). Sum of RGB (Red+Green+Blue) = 237+81+45=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED512D is #12AED2. Grayscale: #7B7B7B. Windows color (decimal): -1224403 or 2970093. OLE color: 2970093.
HSL color Cylindrical-coordinate representation of color #ED512D: hue angle of 11.25º 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 #ED512D is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 45 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.07 |
| HSL | 11.25º | 0.84% | 0.55% | - |
| HSV(B) | 11.25º | 0.81% | 0.93% | - |
| XYZ | 38.34 | 24.08 | 5.11 | - |
| YUV | 123.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 45 | 0 | 0.66 | 0.81 | 0.07 | 11.25 | 0.84 | 0.55 |
| Hex | ED | 51 | 2D | 0 | 42 | 51 | 7 | B | 54 | 37 |
| Octal | 355 | 121 | 55 | 0 | 102 | 121 | 7 | 13 | 124 | 67 |
| Binary | 11101101 | 1010001 | 101101 | 0 | 1000010 | 1010001 | 111 | 1011 | 1010100 | 110111 |
Color Harmonies of #ED512D
Complementary color
Monochromatic Colors of #ED512D
Black with #ED512D
Text Example
Text Example
White with #ED512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED512D; }
p { color: rgb(237,81,45); }
H1.HeaderClassName
{
color: #ED512D;
}
.AnyTagClassName
{
color: #ED512D;
}
</style>
background-color css
<style>
a { background-color: #ED512D; }
a { background-color: rgb(237,81,45); }
div.DivClassName
{
background-color: #ED512D;
}
.BgClassName
{
background-color: #ED512D;
}
</style>
border-color css
<style>
span { border-color: #ED512D; }
span { border-color: rgb(237,81,45); }
td.TdClassName
{
border-color: #ED512D;
}
.TagClassName
{
border-color: #ED512D;
}
</style>