Shades of Cinnabar #EC271F
Tints of Cinnabar #EC271F
RGB
CMYK
RGB Variations
Color information
#EC271F (or 0xEC271F) is known color: Cinnabar. HEX triplet: EC, 27 and 1F. RGB value is (236,39,31). Sum of RGB (Red+Green+Blue) = 236+39+31=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC271F is #13D8E0. Grayscale: #616161. Windows color (decimal): -1300705 or 2041836. OLE color: 2041836.
HSL color Cylindrical-coordinate representation of color #EC271F: hue angle of 2.34º 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 #EC271F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 31 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.07 |
| HSL | 2.34º | 0.84% | 0.52% | - |
| HSV(B) | 2.34º | 0.87% | 0.93% | - |
| XYZ | 35.56 | 19.38 | 3.16 | - |
| YUV | 96.99 | 90.77 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 31 | 0 | 0.83 | 0.87 | 0.07 | 2.34 | 0.84 | 0.52 |
| Hex | EC | 27 | 1F | 0 | 53 | 57 | 7 | 2 | 54 | 34 |
| Octal | 354 | 47 | 37 | 0 | 123 | 127 | 7 | 2 | 124 | 64 |
| Binary | 11101100 | 100111 | 11111 | 0 | 1010011 | 1010111 | 111 | 10 | 1010100 | 110100 |
Color Harmonies of #EC271F
Complementary color
Monochromatic Colors of #EC271F
Black with #EC271F
Text Example
Text Example
White with #EC271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC271F; }
p { color: rgb(236,39,31); }
H1.HeaderClassName
{
color: #EC271F;
}
.AnyTagClassName
{
color: #EC271F;
}
</style>
background-color css
<style>
a { background-color: #EC271F; }
a { background-color: rgb(236,39,31); }
div.DivClassName
{
background-color: #EC271F;
}
.BgClassName
{
background-color: #EC271F;
}
</style>
border-color css
<style>
span { border-color: #EC271F; }
span { border-color: rgb(236,39,31); }
td.TdClassName
{
border-color: #EC271F;
}
.TagClassName
{
border-color: #EC271F;
}
</style>