Shades of Cinnabar #ED322D
Tints of Cinnabar #ED322D
RGB
CMYK
RGB Variations
Color information
#ED322D (or 0xED322D) is known color: Cinnabar. HEX triplet: ED, 32 and 2D. RGB value is (237,50,45). Sum of RGB (Red+Green+Blue) = 237+50+45=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED322D is #12CDD2. Grayscale: #696969. Windows color (decimal): -1232339 or 2962157. OLE color: 2962157.
HSL color Cylindrical-coordinate representation of color #ED322D: hue angle of 1.56º 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 #ED322D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 45 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.07 |
| HSL | 1.56º | 0.84% | 0.55% | - |
| HSV(B) | 1.56º | 0.81% | 0.93% | - |
| XYZ | 36.54 | 20.48 | 4.51 | - |
| YUV | 105.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 45 | 0 | 0.79 | 0.81 | 0.07 | 1.56 | 0.84 | 0.55 |
| Hex | ED | 32 | 2D | 0 | 4F | 51 | 7 | 2 | 54 | 37 |
| Octal | 355 | 62 | 55 | 0 | 117 | 121 | 7 | 2 | 124 | 67 |
| Binary | 11101101 | 110010 | 101101 | 0 | 1001111 | 1010001 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #ED322D
Complementary color
Monochromatic Colors of #ED322D
Black with #ED322D
Text Example
Text Example
White with #ED322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED322D; }
p { color: rgb(237,50,45); }
H1.HeaderClassName
{
color: #ED322D;
}
.AnyTagClassName
{
color: #ED322D;
}
</style>
background-color css
<style>
a { background-color: #ED322D; }
a { background-color: rgb(237,50,45); }
div.DivClassName
{
background-color: #ED322D;
}
.BgClassName
{
background-color: #ED322D;
}
</style>
border-color css
<style>
span { border-color: #ED322D; }
span { border-color: rgb(237,50,45); }
td.TdClassName
{
border-color: #ED322D;
}
.TagClassName
{
border-color: #ED322D;
}
</style>