Shades of Cinnabar #ED4521
Tints of Cinnabar #ED4521
RGB
CMYK
RGB Variations
Color information
#ED4521 (or 0xED4521) is known color: Cinnabar. HEX triplet: ED, 45 and 21. RGB value is (237,69,33). Sum of RGB (Red+Green+Blue) = 237+69+33=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4521 is #12BADE. Grayscale: #737373. Windows color (decimal): -1227487 or 2180589. OLE color: 2180589.
HSL color Cylindrical-coordinate representation of color #ED4521: hue angle of 10.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED4521 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.07 |
| HSL | 10.59º | 0.85% | 0.53% | - |
| HSV(B) | 10.59º | 0.86% | 0.93% | - |
| XYZ | 37.33 | 22.37 | 3.79 | - |
| YUV | 115.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 33 | 0 | 0.71 | 0.86 | 0.07 | 10.59 | 0.85 | 0.53 |
| Hex | ED | 45 | 21 | 0 | 47 | 56 | 7 | B | 55 | 35 |
| Octal | 355 | 105 | 41 | 0 | 107 | 126 | 7 | 13 | 125 | 65 |
| Binary | 11101101 | 1000101 | 100001 | 0 | 1000111 | 1010110 | 111 | 1011 | 1010101 | 110101 |
Color Harmonies of #ED4521
Complementary color
Monochromatic Colors of #ED4521
Black with #ED4521
Text Example
Text Example
White with #ED4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4521; }
p { color: rgb(237,69,33); }
H1.HeaderClassName
{
color: #ED4521;
}
.AnyTagClassName
{
color: #ED4521;
}
</style>
background-color css
<style>
a { background-color: #ED4521; }
a { background-color: rgb(237,69,33); }
div.DivClassName
{
background-color: #ED4521;
}
.BgClassName
{
background-color: #ED4521;
}
</style>
border-color css
<style>
span { border-color: #ED4521; }
span { border-color: rgb(237,69,33); }
td.TdClassName
{
border-color: #ED4521;
}
.TagClassName
{
border-color: #ED4521;
}
</style>