Shades of Scarlet #EC1F0B
Tints of Scarlet #EC1F0B
RGB
CMYK
RGB Variations
Color information
#EC1F0B (or 0xEC1F0B) is known color: Scarlet. HEX triplet: EC, 1F and 0B. RGB value is (236,31,11). Sum of RGB (Red+Green+Blue) = 236+31+11=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F0B is #13E0F4. Grayscale: #5A5A5A. Windows color (decimal): -1302773 or 729068. OLE color: 729068.
HSL color Cylindrical-coordinate representation of color #EC1F0B: hue angle of 5.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC1F0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.07 |
| HSL | 5.33º | 0.91% | 0.48% | - |
| HSV(B) | 5.33º | 0.95% | 0.93% | - |
| XYZ | 35.14 | 18.84 | 2.1 | - |
| YUV | 90.02 | 83.42 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 11 | 0 | 0.87 | 0.95 | 0.07 | 5.33 | 0.91 | 0.48 |
| Hex | EC | 1F | B | 0 | 57 | 5F | 7 | 5 | 5B | 30 |
| Octal | 354 | 37 | 13 | 0 | 127 | 137 | 7 | 5 | 133 | 60 |
| Binary | 11101100 | 11111 | 1011 | 0 | 1010111 | 1011111 | 111 | 101 | 1011011 | 110000 |
Color Harmonies of #EC1F0B
Complementary color
Monochromatic Colors of #EC1F0B
Black with #EC1F0B
Text Example
Text Example
White with #EC1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F0B; }
p { color: rgb(236,31,11); }
H1.HeaderClassName
{
color: #EC1F0B;
}
.AnyTagClassName
{
color: #EC1F0B;
}
</style>
background-color css
<style>
a { background-color: #EC1F0B; }
a { background-color: rgb(236,31,11); }
div.DivClassName
{
background-color: #EC1F0B;
}
.BgClassName
{
background-color: #EC1F0B;
}
</style>
border-color css
<style>
span { border-color: #EC1F0B; }
span { border-color: rgb(236,31,11); }
td.TdClassName
{
border-color: #EC1F0B;
}
.TagClassName
{
border-color: #EC1F0B;
}
</style>