Shades of Cinnabar #EC301F
Tints of Cinnabar #EC301F
RGB
CMYK
RGB Variations
Color information
#EC301F (or 0xEC301F) is known color: Cinnabar. HEX triplet: EC, 30 and 1F. RGB value is (236,48,31). Sum of RGB (Red+Green+Blue) = 236+48+31=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC301F is #13CFE0. Grayscale: #666666. Windows color (decimal): -1298401 or 2044140. OLE color: 2044140.
HSL color Cylindrical-coordinate representation of color #EC301F: hue angle of 4.98º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC301F is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 31 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.07 |
| HSL | 4.98º | 0.84% | 0.52% | - |
| HSV(B) | 4.98º | 0.87% | 0.93% | - |
| XYZ | 35.9 | 20.05 | 3.27 | - |
| YUV | 102.27 | 87.78 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 31 | 0 | 0.80 | 0.87 | 0.07 | 4.98 | 0.84 | 0.52 |
| Hex | EC | 30 | 1F | 0 | 50 | 57 | 7 | 5 | 54 | 34 |
| Octal | 354 | 60 | 37 | 0 | 120 | 127 | 7 | 5 | 124 | 64 |
| Binary | 11101100 | 110000 | 11111 | 0 | 1010000 | 1010111 | 111 | 101 | 1010100 | 110100 |
Color Harmonies of #EC301F
Complementary color
Monochromatic Colors of #EC301F
Black with #EC301F
Text Example
Text Example
White with #EC301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC301F; }
p { color: rgb(236,48,31); }
H1.HeaderClassName
{
color: #EC301F;
}
.AnyTagClassName
{
color: #EC301F;
}
</style>
background-color css
<style>
a { background-color: #EC301F; }
a { background-color: rgb(236,48,31); }
div.DivClassName
{
background-color: #EC301F;
}
.BgClassName
{
background-color: #EC301F;
}
</style>
border-color css
<style>
span { border-color: #EC301F; }
span { border-color: rgb(236,48,31); }
td.TdClassName
{
border-color: #EC301F;
}
.TagClassName
{
border-color: #EC301F;
}
</style>