Shades of Scarlet #EF1C01
Tints of Scarlet #EF1C01
RGB
CMYK
RGB Variations
Color information
#EF1C01 (or 0xEF1C01) is known color: Scarlet. HEX triplet: EF, 1C and 01. RGB value is (239,28,1). Sum of RGB (Red+Green+Blue) = 239+28+1=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1C01 is #10E3FE. Grayscale: #585858. Windows color (decimal): -1106943 or 72943. OLE color: 72943.
HSL color Cylindrical-coordinate representation of color #EF1C01: hue angle of 6.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF1C01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0.06 |
| HSL | 6.81º | 0.99% | 0.47% | - |
| HSV(B) | 6.81º | 1% | 0.94% | - |
| XYZ | 36.02 | 19.18 | 1.83 | - |
| YUV | 88.01 | 78.9 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 1 | 0 | 0.88 | 1.00 | 0.06 | 6.81 | 0.99 | 0.47 |
| Hex | EF | 1C | 1 | 0 | 58 | 64 | 6 | 7 | 63 | 2F |
| Octal | 357 | 34 | 1 | 0 | 130 | 144 | 6 | 7 | 143 | 57 |
| Binary | 11101111 | 11100 | 1 | 0 | 1011000 | 1100100 | 110 | 111 | 1100011 | 101111 |
Color Harmonies of #EF1C01
Complementary color
Monochromatic Colors of #EF1C01
Black with #EF1C01
Text Example
Text Example
White with #EF1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C01; }
p { color: rgb(239,28,1); }
H1.HeaderClassName
{
color: #EF1C01;
}
.AnyTagClassName
{
color: #EF1C01;
}
</style>
background-color css
<style>
a { background-color: #EF1C01; }
a { background-color: rgb(239,28,1); }
div.DivClassName
{
background-color: #EF1C01;
}
.BgClassName
{
background-color: #EF1C01;
}
</style>
border-color css
<style>
span { border-color: #EF1C01; }
span { border-color: rgb(239,28,1); }
td.TdClassName
{
border-color: #EF1C01;
}
.TagClassName
{
border-color: #EF1C01;
}
</style>