Shades of Cinnabar #ED451A
Tints of Cinnabar #ED451A
RGB
CMYK
RGB Variations
Color information
#ED451A (or 0xED451A) is known color: Cinnabar. HEX triplet: ED, 45 and 1A. RGB value is (237,69,26). Sum of RGB (Red+Green+Blue) = 237+69+26=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED451A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED451A is #12BAE5. Grayscale: #727272. Windows color (decimal): -1227494 or 1721837. OLE color: 1721837.
HSL color Cylindrical-coordinate representation of color #ED451A: hue angle of 12.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED451A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 26 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.07 |
| HSL | 12.23º | 0.85% | 0.52% | - |
| HSV(B) | 12.23º | 0.89% | 0.93% | - |
| XYZ | 37.24 | 22.34 | 3.33 | - |
| YUV | 114.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 26 | 0 | 0.71 | 0.89 | 0.07 | 12.23 | 0.85 | 0.52 |
| Hex | ED | 45 | 1A | 0 | 47 | 59 | 7 | C | 55 | 34 |
| Octal | 355 | 105 | 32 | 0 | 107 | 131 | 7 | 14 | 125 | 64 |
| Binary | 11101101 | 1000101 | 11010 | 0 | 1000111 | 1011001 | 111 | 1100 | 1010101 | 110100 |
Color Harmonies of #ED451A
Complementary color
Monochromatic Colors of #ED451A
Black with #ED451A
Text Example
Text Example
White with #ED451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED451A; }
p { color: rgb(237,69,26); }
H1.HeaderClassName
{
color: #ED451A;
}
.AnyTagClassName
{
color: #ED451A;
}
</style>
background-color css
<style>
a { background-color: #ED451A; }
a { background-color: rgb(237,69,26); }
div.DivClassName
{
background-color: #ED451A;
}
.BgClassName
{
background-color: #ED451A;
}
</style>
border-color css
<style>
span { border-color: #ED451A; }
span { border-color: rgb(237,69,26); }
td.TdClassName
{
border-color: #ED451A;
}
.TagClassName
{
border-color: #ED451A;
}
</style>