Shades of Cinnabar #ED331F
Tints of Cinnabar #ED331F
RGB
CMYK
RGB Variations
Color information
#ED331F (or 0xED331F) is known color: Cinnabar. HEX triplet: ED, 33 and 1F. RGB value is (237,51,31). Sum of RGB (Red+Green+Blue) = 237+51+31=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED331F is #12CCE0. Grayscale: #686868. Windows color (decimal): -1232097 or 2044909. OLE color: 2044909.
HSL color Cylindrical-coordinate representation of color #ED331F: hue angle of 5.83º 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 #ED331F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 31 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.07 |
| HSL | 5.83º | 0.85% | 0.53% | - |
| HSV(B) | 5.83º | 0.87% | 0.93% | - |
| XYZ | 36.36 | 20.47 | 3.33 | - |
| YUV | 104.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 31 | 0 | 0.78 | 0.87 | 0.07 | 5.83 | 0.85 | 0.53 |
| Hex | ED | 33 | 1F | 0 | 4E | 57 | 7 | 6 | 55 | 35 |
| Octal | 355 | 63 | 37 | 0 | 116 | 127 | 7 | 6 | 125 | 65 |
| Binary | 11101101 | 110011 | 11111 | 0 | 1001110 | 1010111 | 111 | 110 | 1010101 | 110101 |
Color Harmonies of #ED331F
Complementary color
Monochromatic Colors of #ED331F
Black with #ED331F
Text Example
Text Example
White with #ED331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED331F; }
p { color: rgb(237,51,31); }
H1.HeaderClassName
{
color: #ED331F;
}
.AnyTagClassName
{
color: #ED331F;
}
</style>
background-color css
<style>
a { background-color: #ED331F; }
a { background-color: rgb(237,51,31); }
div.DivClassName
{
background-color: #ED331F;
}
.BgClassName
{
background-color: #ED331F;
}
</style>
border-color css
<style>
span { border-color: #ED331F; }
span { border-color: rgb(237,51,31); }
td.TdClassName
{
border-color: #ED331F;
}
.TagClassName
{
border-color: #ED331F;
}
</style>