Shades of Scarlet #EC271A
Tints of Scarlet #EC271A
RGB
CMYK
RGB Variations
Color information
#EC271A (or 0xEC271A) is known color: Scarlet. HEX triplet: EC, 27 and 1A. RGB value is (236,39,26). Sum of RGB (Red+Green+Blue) = 236+39+26=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC271A is #13D8E5. Grayscale: #606060. Windows color (decimal): -1300710 or 1714156. OLE color: 1714156.
HSL color Cylindrical-coordinate representation of color #EC271A: hue angle of 3.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC271A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 3.71º | 0.85% | 0.51% | - |
| HSV(B) | 3.71º | 0.89% | 0.93% | - |
| XYZ | 35.5 | 19.36 | 2.84 | - |
| YUV | 96.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 26 | 0 | 0.83 | 0.89 | 0.07 | 3.71 | 0.85 | 0.51 |
| Hex | EC | 27 | 1A | 0 | 53 | 59 | 7 | 4 | 55 | 33 |
| Octal | 354 | 47 | 32 | 0 | 123 | 131 | 7 | 4 | 125 | 63 |
| Binary | 11101100 | 100111 | 11010 | 0 | 1010011 | 1011001 | 111 | 100 | 1010101 | 110011 |
Color Harmonies of #EC271A
Complementary color
Monochromatic Colors of #EC271A
Black with #EC271A
Text Example
Text Example
White with #EC271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC271A; }
p { color: rgb(236,39,26); }
H1.HeaderClassName
{
color: #EC271A;
}
.AnyTagClassName
{
color: #EC271A;
}
</style>
background-color css
<style>
a { background-color: #EC271A; }
a { background-color: rgb(236,39,26); }
div.DivClassName
{
background-color: #EC271A;
}
.BgClassName
{
background-color: #EC271A;
}
</style>
border-color css
<style>
span { border-color: #EC271A; }
span { border-color: rgb(236,39,26); }
td.TdClassName
{
border-color: #EC271A;
}
.TagClassName
{
border-color: #EC271A;
}
</style>