Shades of Cinnabar #EC271E
Tints of Cinnabar #EC271E
RGB
CMYK
RGB Variations
Color information
#EC271E (or 0xEC271E) is known color: Cinnabar. HEX triplet: EC, 27 and 1E. RGB value is (236,39,30). Sum of RGB (Red+Green+Blue) = 236+39+30=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC271E is #13D8E1. Grayscale: #616161. Windows color (decimal): -1300706 or 1976300. OLE color: 1976300.
HSL color Cylindrical-coordinate representation of color #EC271E: hue angle of 2.62º 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 #EC271E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.07 |
| HSL | 2.62º | 0.84% | 0.52% | - |
| HSV(B) | 2.62º | 0.87% | 0.93% | - |
| XYZ | 35.55 | 19.38 | 3.09 | - |
| YUV | 96.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 30 | 0 | 0.83 | 0.87 | 0.07 | 2.62 | 0.84 | 0.52 |
| Hex | EC | 27 | 1E | 0 | 53 | 57 | 7 | 3 | 54 | 34 |
| Octal | 354 | 47 | 36 | 0 | 123 | 127 | 7 | 3 | 124 | 64 |
| Binary | 11101100 | 100111 | 11110 | 0 | 1010011 | 1010111 | 111 | 11 | 1010100 | 110100 |
Color Harmonies of #EC271E
Complementary color
Monochromatic Colors of #EC271E
Black with #EC271E
Text Example
Text Example
White with #EC271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC271E; }
p { color: rgb(236,39,30); }
H1.HeaderClassName
{
color: #EC271E;
}
.AnyTagClassName
{
color: #EC271E;
}
</style>
background-color css
<style>
a { background-color: #EC271E; }
a { background-color: rgb(236,39,30); }
div.DivClassName
{
background-color: #EC271E;
}
.BgClassName
{
background-color: #EC271E;
}
</style>
border-color css
<style>
span { border-color: #EC271E; }
span { border-color: rgb(236,39,30); }
td.TdClassName
{
border-color: #EC271E;
}
.TagClassName
{
border-color: #EC271E;
}
</style>