Shades of Scarlet #EF1D01
Tints of Scarlet #EF1D01
RGB
CMYK
RGB Variations
Color information
#EF1D01 (or 0xEF1D01) is known color: Scarlet. HEX triplet: EF, 1D and 01. RGB value is (239,29,1). Sum of RGB (Red+Green+Blue) = 239+29+1=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D01 is #10E2FE. Grayscale: #585858. Windows color (decimal): -1106687 or 73199. OLE color: 73199.
HSL color Cylindrical-coordinate representation of color #EF1D01: hue angle of 7.06º 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 #EF1D01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0.06 |
| HSL | 7.06º | 0.99% | 0.47% | - |
| HSV(B) | 7.06º | 1% | 0.94% | - |
| XYZ | 36.04 | 19.23 | 1.84 | - |
| YUV | 88.6 | 78.57 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 1 | 0 | 0.88 | 1.00 | 0.06 | 7.06 | 0.99 | 0.47 |
| Hex | EF | 1D | 1 | 0 | 58 | 64 | 6 | 7 | 63 | 2F |
| Octal | 357 | 35 | 1 | 0 | 130 | 144 | 6 | 7 | 143 | 57 |
| Binary | 11101111 | 11101 | 1 | 0 | 1011000 | 1100100 | 110 | 111 | 1100011 | 101111 |
Color Harmonies of #EF1D01
Complementary color
Monochromatic Colors of #EF1D01
Black with #EF1D01
Text Example
Text Example
White with #EF1D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D01; }
p { color: rgb(239,29,1); }
H1.HeaderClassName
{
color: #EF1D01;
}
.AnyTagClassName
{
color: #EF1D01;
}
</style>
background-color css
<style>
a { background-color: #EF1D01; }
a { background-color: rgb(239,29,1); }
div.DivClassName
{
background-color: #EF1D01;
}
.BgClassName
{
background-color: #EF1D01;
}
</style>
border-color css
<style>
span { border-color: #EF1D01; }
span { border-color: rgb(239,29,1); }
td.TdClassName
{
border-color: #EF1D01;
}
.TagClassName
{
border-color: #EF1D01;
}
</style>