Shades of Scarlet #EC1F1F
Tints of Scarlet #EC1F1F
RGB
CMYK
RGB Variations
Color information
#EC1F1F (or 0xEC1F1F) is known color: Scarlet. HEX triplet: EC, 1F and 1F. RGB value is (236,31,31). Sum of RGB (Red+Green+Blue) = 236+31+31=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F1F is #13E0E0. Grayscale: #5C5C5C. Windows color (decimal): -1302753 or 2039788. OLE color: 2039788.
HSL color Cylindrical-coordinate representation of color #EC1F1F: hue angle of 0º 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 #EC1F1F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 31 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.07 |
| HSL | 0º | 0.84% | 0.52% | - |
| HSV(B) | 0º | 0.87% | 0.93% | - |
| XYZ | 35.33 | 18.91 | 3.08 | - |
| YUV | 92.3 | 93.42 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 31 | 0 | 0.87 | 0.87 | 0.07 | 0 | 0.84 | 0.52 |
| Hex | EC | 1F | 1F | 0 | 57 | 57 | 7 | 0 | 54 | 34 |
| Octal | 354 | 37 | 37 | 0 | 127 | 127 | 7 | 0 | 124 | 64 |
| Binary | 11101100 | 11111 | 11111 | 0 | 1010111 | 1010111 | 111 | 0 | 1010100 | 110100 |
Color Harmonies of #EC1F1F
Complementary color
Monochromatic Colors of #EC1F1F
Black with #EC1F1F
Text Example
Text Example
White with #EC1F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F1F; }
p { color: rgb(236,31,31); }
H1.HeaderClassName
{
color: #EC1F1F;
}
.AnyTagClassName
{
color: #EC1F1F;
}
</style>
background-color css
<style>
a { background-color: #EC1F1F; }
a { background-color: rgb(236,31,31); }
div.DivClassName
{
background-color: #EC1F1F;
}
.BgClassName
{
background-color: #EC1F1F;
}
</style>
border-color css
<style>
span { border-color: #EC1F1F; }
span { border-color: rgb(236,31,31); }
td.TdClassName
{
border-color: #EC1F1F;
}
.TagClassName
{
border-color: #EC1F1F;
}
</style>