Shades of Cinnabar #ED321D
Tints of Cinnabar #ED321D
RGB
CMYK
RGB Variations
Color information
#ED321D (or 0xED321D) is known color: Cinnabar. HEX triplet: ED, 32 and 1D. RGB value is (237,50,29). Sum of RGB (Red+Green+Blue) = 237+50+29=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED321D is #12CDE2. Grayscale: #676767. Windows color (decimal): -1232355 or 1913581. OLE color: 1913581.
HSL color Cylindrical-coordinate representation of color #ED321D: hue angle of 6.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED321D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 29 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.07 |
| HSL | 6.06º | 0.85% | 0.52% | - |
| HSV(B) | 6.06º | 0.88% | 0.93% | - |
| XYZ | 36.29 | 20.37 | 3.18 | - |
| YUV | 103.52 | 85.95 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 29 | 0 | 0.79 | 0.88 | 0.07 | 6.06 | 0.85 | 0.52 |
| Hex | ED | 32 | 1D | 0 | 4F | 58 | 7 | 6 | 55 | 34 |
| Octal | 355 | 62 | 35 | 0 | 117 | 130 | 7 | 6 | 125 | 64 |
| Binary | 11101101 | 110010 | 11101 | 0 | 1001111 | 1011000 | 111 | 110 | 1010101 | 110100 |
Color Harmonies of #ED321D
Complementary color
Monochromatic Colors of #ED321D
Black with #ED321D
Text Example
Text Example
White with #ED321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED321D; }
p { color: rgb(237,50,29); }
H1.HeaderClassName
{
color: #ED321D;
}
.AnyTagClassName
{
color: #ED321D;
}
</style>
background-color css
<style>
a { background-color: #ED321D; }
a { background-color: rgb(237,50,29); }
div.DivClassName
{
background-color: #ED321D;
}
.BgClassName
{
background-color: #ED321D;
}
</style>
border-color css
<style>
span { border-color: #ED321D; }
span { border-color: rgb(237,50,29); }
td.TdClassName
{
border-color: #ED321D;
}
.TagClassName
{
border-color: #ED321D;
}
</style>