Shades of Cinnabar #ED321A
Tints of Cinnabar #ED321A
RGB
CMYK
RGB Variations
Color information
#ED321A (or 0xED321A) is known color: Cinnabar. HEX triplet: ED, 32 and 1A. RGB value is (237,50,26). Sum of RGB (Red+Green+Blue) = 237+50+26=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED321A is #12CDE5. Grayscale: #676767. Windows color (decimal): -1232358 or 1716973. OLE color: 1716973.
HSL color Cylindrical-coordinate representation of color #ED321A: hue angle of 6.82º 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 #ED321A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 26 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.07 |
| HSL | 6.82º | 0.85% | 0.52% | - |
| HSV(B) | 6.82º | 0.89% | 0.93% | - |
| XYZ | 36.25 | 20.36 | 3 | - |
| YUV | 103.18 | 84.45 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 26 | 0 | 0.79 | 0.89 | 0.07 | 6.82 | 0.85 | 0.52 |
| Hex | ED | 32 | 1A | 0 | 4F | 59 | 7 | 7 | 55 | 34 |
| Octal | 355 | 62 | 32 | 0 | 117 | 131 | 7 | 7 | 125 | 64 |
| Binary | 11101101 | 110010 | 11010 | 0 | 1001111 | 1011001 | 111 | 111 | 1010101 | 110100 |
Color Harmonies of #ED321A
Complementary color
Monochromatic Colors of #ED321A
Black with #ED321A
Text Example
Text Example
White with #ED321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED321A; }
p { color: rgb(237,50,26); }
H1.HeaderClassName
{
color: #ED321A;
}
.AnyTagClassName
{
color: #ED321A;
}
</style>
background-color css
<style>
a { background-color: #ED321A; }
a { background-color: rgb(237,50,26); }
div.DivClassName
{
background-color: #ED321A;
}
.BgClassName
{
background-color: #ED321A;
}
</style>
border-color css
<style>
span { border-color: #ED321A; }
span { border-color: rgb(237,50,26); }
td.TdClassName
{
border-color: #ED321A;
}
.TagClassName
{
border-color: #ED321A;
}
</style>