Shades of Scarlet #EC271B
Tints of Scarlet #EC271B
RGB
CMYK
RGB Variations
Color information
#EC271B (or 0xEC271B) is known color: Scarlet. HEX triplet: EC, 27 and 1B. RGB value is (236,39,27). Sum of RGB (Red+Green+Blue) = 236+39+27=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC271B is #13D8E4. Grayscale: #606060. Windows color (decimal): -1300709 or 1779692. OLE color: 1779692.
HSL color Cylindrical-coordinate representation of color #EC271B: hue angle of 3.44º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC271B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 3.44º | 0.85% | 0.52% | - |
| HSV(B) | 3.44º | 0.89% | 0.93% | - |
| XYZ | 35.52 | 19.36 | 2.9 | - |
| YUV | 96.54 | 88.77 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 27 | 0 | 0.83 | 0.89 | 0.07 | 3.44 | 0.85 | 0.52 |
| Hex | EC | 27 | 1B | 0 | 53 | 59 | 7 | 3 | 55 | 34 |
| Octal | 354 | 47 | 33 | 0 | 123 | 131 | 7 | 3 | 125 | 64 |
| Binary | 11101100 | 100111 | 11011 | 0 | 1010011 | 1011001 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #EC271B
Complementary color
Monochromatic Colors of #EC271B
Black with #EC271B
Text Example
Text Example
White with #EC271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC271B; }
p { color: rgb(236,39,27); }
H1.HeaderClassName
{
color: #EC271B;
}
.AnyTagClassName
{
color: #EC271B;
}
</style>
background-color css
<style>
a { background-color: #EC271B; }
a { background-color: rgb(236,39,27); }
div.DivClassName
{
background-color: #EC271B;
}
.BgClassName
{
background-color: #EC271B;
}
</style>
border-color css
<style>
span { border-color: #EC271B; }
span { border-color: rgb(236,39,27); }
td.TdClassName
{
border-color: #EC271B;
}
.TagClassName
{
border-color: #EC271B;
}
</style>