Shades of Cinnabar #ED321F
Tints of Cinnabar #ED321F
RGB
CMYK
RGB Variations
Color information
#ED321F (or 0xED321F) is known color: Cinnabar. HEX triplet: ED, 32 and 1F. RGB value is (237,50,31). Sum of RGB (Red+Green+Blue) = 237+50+31=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED321F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED321F is #12CDE0. Grayscale: #686868. Windows color (decimal): -1232353 or 2044653. OLE color: 2044653.
HSL color Cylindrical-coordinate representation of color #ED321F: hue angle of 5.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED321F is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 31 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.07 |
| HSL | 5.53º | 0.85% | 0.53% | - |
| HSV(B) | 5.53º | 0.87% | 0.93% | - |
| XYZ | 36.31 | 20.38 | 3.32 | - |
| YUV | 103.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 31 | 0 | 0.79 | 0.87 | 0.07 | 5.53 | 0.85 | 0.53 |
| Hex | ED | 32 | 1F | 0 | 4F | 57 | 7 | 6 | 55 | 35 |
| Octal | 355 | 62 | 37 | 0 | 117 | 127 | 7 | 6 | 125 | 65 |
| Binary | 11101101 | 110010 | 11111 | 0 | 1001111 | 1010111 | 111 | 110 | 1010101 | 110101 |
Color Harmonies of #ED321F
Complementary color
Monochromatic Colors of #ED321F
Black with #ED321F
Text Example
Text Example
White with #ED321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED321F; }
p { color: rgb(237,50,31); }
H1.HeaderClassName
{
color: #ED321F;
}
.AnyTagClassName
{
color: #ED321F;
}
</style>
background-color css
<style>
a { background-color: #ED321F; }
a { background-color: rgb(237,50,31); }
div.DivClassName
{
background-color: #ED321F;
}
.BgClassName
{
background-color: #ED321F;
}
</style>
border-color css
<style>
span { border-color: #ED321F; }
span { border-color: rgb(237,50,31); }
td.TdClassName
{
border-color: #ED321F;
}
.TagClassName
{
border-color: #ED321F;
}
</style>