Shades of Scarlet #EC271D
Tints of Scarlet #EC271D
RGB
CMYK
RGB Variations
Color information
#EC271D (or 0xEC271D) is known color: Scarlet. HEX triplet: EC, 27 and 1D. RGB value is (236,39,29). Sum of RGB (Red+Green+Blue) = 236+39+29=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC271D is #13D8E2. Grayscale: #616161. Windows color (decimal): -1300707 or 1910764. OLE color: 1910764.
HSL color Cylindrical-coordinate representation of color #EC271D: hue angle of 2.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC271D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.07 |
| HSL | 2.9º | 0.84% | 0.52% | - |
| HSV(B) | 2.9º | 0.88% | 0.93% | - |
| XYZ | 35.54 | 19.37 | 3.03 | - |
| YUV | 96.76 | 89.77 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 29 | 0 | 0.83 | 0.88 | 0.07 | 2.9 | 0.84 | 0.52 |
| Hex | EC | 27 | 1D | 0 | 53 | 58 | 7 | 3 | 54 | 34 |
| Octal | 354 | 47 | 35 | 0 | 123 | 130 | 7 | 3 | 124 | 64 |
| Binary | 11101100 | 100111 | 11101 | 0 | 1010011 | 1011000 | 111 | 11 | 1010100 | 110100 |
Color Harmonies of #EC271D
Complementary color
Monochromatic Colors of #EC271D
Black with #EC271D
Text Example
Text Example
White with #EC271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC271D; }
p { color: rgb(236,39,29); }
H1.HeaderClassName
{
color: #EC271D;
}
.AnyTagClassName
{
color: #EC271D;
}
</style>
background-color css
<style>
a { background-color: #EC271D; }
a { background-color: rgb(236,39,29); }
div.DivClassName
{
background-color: #EC271D;
}
.BgClassName
{
background-color: #EC271D;
}
</style>
border-color css
<style>
span { border-color: #EC271D; }
span { border-color: rgb(236,39,29); }
td.TdClassName
{
border-color: #EC271D;
}
.TagClassName
{
border-color: #EC271D;
}
</style>