Shades of Scarlet #EC270C
Tints of Scarlet #EC270C
RGB
CMYK
RGB Variations
Color information
#EC270C (or 0xEC270C) is known color: Scarlet. HEX triplet: EC, 27 and 0C. RGB value is (236,39,12). Sum of RGB (Red+Green+Blue) = 236+39+12=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC270C is #13D8F3. Grayscale: #5F5F5F. Windows color (decimal): -1300724 or 796652. OLE color: 796652.
HSL color Cylindrical-coordinate representation of color #EC270C: hue angle of 7.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC270C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.07 |
| HSL | 7.23º | 0.9% | 0.49% | - |
| HSV(B) | 7.23º | 0.95% | 0.93% | - |
| XYZ | 35.38 | 19.31 | 2.21 | - |
| YUV | 94.83 | 81.27 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 12 | 0 | 0.83 | 0.95 | 0.07 | 7.23 | 0.9 | 0.49 |
| Hex | EC | 27 | C | 0 | 53 | 5F | 7 | 7 | 5A | 31 |
| Octal | 354 | 47 | 14 | 0 | 123 | 137 | 7 | 7 | 132 | 61 |
| Binary | 11101100 | 100111 | 1100 | 0 | 1010011 | 1011111 | 111 | 111 | 1011010 | 110001 |
Color Harmonies of #EC270C
Complementary color
Monochromatic Colors of #EC270C
Black with #EC270C
Text Example
Text Example
White with #EC270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC270C; }
p { color: rgb(236,39,12); }
H1.HeaderClassName
{
color: #EC270C;
}
.AnyTagClassName
{
color: #EC270C;
}
</style>
background-color css
<style>
a { background-color: #EC270C; }
a { background-color: rgb(236,39,12); }
div.DivClassName
{
background-color: #EC270C;
}
.BgClassName
{
background-color: #EC270C;
}
</style>
border-color css
<style>
span { border-color: #EC270C; }
span { border-color: rgb(236,39,12); }
td.TdClassName
{
border-color: #EC270C;
}
.TagClassName
{
border-color: #EC270C;
}
</style>