Shades of Cinnabar #ED4121
Tints of Cinnabar #ED4121
RGB
CMYK
RGB Variations
Color information
#ED4121 (or 0xED4121) is known color: Cinnabar. HEX triplet: ED, 41 and 21. RGB value is (237,65,33). Sum of RGB (Red+Green+Blue) = 237+65+33=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4121 is #12BEDE. Grayscale: #717171. Windows color (decimal): -1228511 or 2179565. OLE color: 2179565.
HSL color Cylindrical-coordinate representation of color #ED4121: hue angle of 9.41º 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 #ED4121 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 33 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 9.41º | 0.85% | 0.53% | - |
| HSV(B) | 9.41º | 0.86% | 0.93% | - |
| XYZ | 37.09 | 21.89 | 3.71 | - |
| YUV | 112.78 | 82.98 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 33 | 0 | 0.73 | 0.86 | 0.07 | 9.41 | 0.85 | 0.53 |
| Hex | ED | 41 | 21 | 0 | 49 | 56 | 7 | 9 | 55 | 35 |
| Octal | 355 | 101 | 41 | 0 | 111 | 126 | 7 | 11 | 125 | 65 |
| Binary | 11101101 | 1000001 | 100001 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010101 | 110101 |
Color Harmonies of #ED4121
Complementary color
Monochromatic Colors of #ED4121
Black with #ED4121
Text Example
Text Example
White with #ED4121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4121; }
p { color: rgb(237,65,33); }
H1.HeaderClassName
{
color: #ED4121;
}
.AnyTagClassName
{
color: #ED4121;
}
</style>
background-color css
<style>
a { background-color: #ED4121; }
a { background-color: rgb(237,65,33); }
div.DivClassName
{
background-color: #ED4121;
}
.BgClassName
{
background-color: #ED4121;
}
</style>
border-color css
<style>
span { border-color: #ED4121; }
span { border-color: rgb(237,65,33); }
td.TdClassName
{
border-color: #ED4121;
}
.TagClassName
{
border-color: #ED4121;
}
</style>