Shades of Scarlet #EF1D00
Tints of Scarlet #EF1D00
RGB
CMYK
RGB Variations
Color information
#EF1D00 (or 0xEF1D00) is known color: Scarlet. HEX triplet: EF, 1D and 00. RGB value is (239,29,0). Sum of RGB (Red+Green+Blue) = 239+29+0=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D00 is #10E2FF. Grayscale: #585858. Windows color (decimal): -1106688 or 7663. OLE color: 7663.
HSL color Cylindrical-coordinate representation of color #EF1D00: hue angle of 7.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF1D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.06 |
| HSL | 7.28º | 1% | 0.47% | - |
| HSV(B) | 7.28º | 1% | 0.94% | - |
| XYZ | 36.04 | 19.23 | 1.81 | - |
| YUV | 88.48 | 78.07 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 0 | 0 | 0.88 | 1 | 0.06 | 7.28 | 1 | 0.47 |
| Hex | EF | 1D | 0 | 0 | 58 | 64 | 6 | 7 | 64 | 2F |
| Octal | 357 | 35 | 0 | 0 | 130 | 144 | 6 | 7 | 144 | 57 |
| Binary | 11101111 | 11101 | 0 | 0 | 1011000 | 1100100 | 110 | 111 | 1100100 | 101111 |
Color Harmonies of #EF1D00
Complementary color
Monochromatic Colors of #EF1D00
Black with #EF1D00
Text Example
Text Example
White with #EF1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D00; }
p { color: rgb(239,29,0); }
H1.HeaderClassName
{
color: #EF1D00;
}
.AnyTagClassName
{
color: #EF1D00;
}
</style>
background-color css
<style>
a { background-color: #EF1D00; }
a { background-color: rgb(239,29,0); }
div.DivClassName
{
background-color: #EF1D00;
}
.BgClassName
{
background-color: #EF1D00;
}
</style>
border-color css
<style>
span { border-color: #EF1D00; }
span { border-color: rgb(239,29,0); }
td.TdClassName
{
border-color: #EF1D00;
}
.TagClassName
{
border-color: #EF1D00;
}
</style>