Shades of Cinnabar #ED3C1F
Tints of Cinnabar #ED3C1F
RGB
CMYK
RGB Variations
Color information
#ED3C1F (or 0xED3C1F) is known color: Cinnabar. HEX triplet: ED, 3C and 1F. RGB value is (237,60,31). Sum of RGB (Red+Green+Blue) = 237+60+31=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C1F is #12C3E0. Grayscale: #6D6D6D. Windows color (decimal): -1229793 or 2047213. OLE color: 2047213.
HSL color Cylindrical-coordinate representation of color #ED3C1F: hue angle of 8.45º 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 #ED3C1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.07 |
| HSL | 8.45º | 0.85% | 0.53% | - |
| HSV(B) | 8.45º | 0.87% | 0.93% | - |
| XYZ | 36.79 | 21.34 | 3.48 | - |
| YUV | 109.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 31 | 0 | 0.75 | 0.87 | 0.07 | 8.45 | 0.85 | 0.53 |
| Hex | ED | 3C | 1F | 0 | 4B | 57 | 7 | 8 | 55 | 35 |
| Octal | 355 | 74 | 37 | 0 | 113 | 127 | 7 | 10 | 125 | 65 |
| Binary | 11101101 | 111100 | 11111 | 0 | 1001011 | 1010111 | 111 | 1000 | 1010101 | 110101 |
Color Harmonies of #ED3C1F
Complementary color
Monochromatic Colors of #ED3C1F
Black with #ED3C1F
Text Example
Text Example
White with #ED3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C1F; }
p { color: rgb(237,60,31); }
H1.HeaderClassName
{
color: #ED3C1F;
}
.AnyTagClassName
{
color: #ED3C1F;
}
</style>
background-color css
<style>
a { background-color: #ED3C1F; }
a { background-color: rgb(237,60,31); }
div.DivClassName
{
background-color: #ED3C1F;
}
.BgClassName
{
background-color: #ED3C1F;
}
</style>
border-color css
<style>
span { border-color: #ED3C1F; }
span { border-color: rgb(237,60,31); }
td.TdClassName
{
border-color: #ED3C1F;
}
.TagClassName
{
border-color: #ED3C1F;
}
</style>