Shades of Cinnabar #ED452E
Tints of Cinnabar #ED452E
RGB
CMYK
RGB Variations
Color information
#ED452E (or 0xED452E) is known color: Cinnabar. HEX triplet: ED, 45 and 2E. RGB value is (237,69,46). Sum of RGB (Red+Green+Blue) = 237+69+46=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED452E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED452E is #12BAD1. Grayscale: #747474. Windows color (decimal): -1227474 or 3032557. OLE color: 3032557.
HSL color Cylindrical-coordinate representation of color #ED452E: hue angle of 7.23º 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 #ED452E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 46 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.07 |
| HSL | 7.23º | 0.84% | 0.55% | - |
| HSV(B) | 7.23º | 0.81% | 0.93% | - |
| XYZ | 37.55 | 22.46 | 4.94 | - |
| YUV | 116.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 46 | 0 | 0.71 | 0.81 | 0.07 | 7.23 | 0.84 | 0.55 |
| Hex | ED | 45 | 2E | 0 | 47 | 51 | 7 | 7 | 54 | 37 |
| Octal | 355 | 105 | 56 | 0 | 107 | 121 | 7 | 7 | 124 | 67 |
| Binary | 11101101 | 1000101 | 101110 | 0 | 1000111 | 1010001 | 111 | 111 | 1010100 | 110111 |
Color Harmonies of #ED452E
Complementary color
Monochromatic Colors of #ED452E
Black with #ED452E
Text Example
Text Example
White with #ED452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED452E; }
p { color: rgb(237,69,46); }
H1.HeaderClassName
{
color: #ED452E;
}
.AnyTagClassName
{
color: #ED452E;
}
</style>
background-color css
<style>
a { background-color: #ED452E; }
a { background-color: rgb(237,69,46); }
div.DivClassName
{
background-color: #ED452E;
}
.BgClassName
{
background-color: #ED452E;
}
</style>
border-color css
<style>
span { border-color: #ED452E; }
span { border-color: rgb(237,69,46); }
td.TdClassName
{
border-color: #ED452E;
}
.TagClassName
{
border-color: #ED452E;
}
</style>