Shades of Scarlet #EF1D05
Tints of Scarlet #EF1D05
RGB
CMYK
RGB Variations
Color information
#EF1D05 (or 0xEF1D05) is known color: Scarlet. HEX triplet: EF, 1D and 05. RGB value is (239,29,5). Sum of RGB (Red+Green+Blue) = 239+29+5=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D05 is #10E2FA. Grayscale: #595959. Windows color (decimal): -1106683 or 335343. OLE color: 335343.
HSL color Cylindrical-coordinate representation of color #EF1D05: hue angle of 6.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF1D05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.06 |
| HSL | 6.15º | 0.96% | 0.48% | - |
| HSV(B) | 6.15º | 0.98% | 0.94% | - |
| XYZ | 36.06 | 19.24 | 1.96 | - |
| YUV | 89.05 | 80.57 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 5 | 0 | 0.88 | 0.98 | 0.06 | 6.15 | 0.96 | 0.48 |
| Hex | EF | 1D | 5 | 0 | 58 | 62 | 6 | 6 | 60 | 30 |
| Octal | 357 | 35 | 5 | 0 | 130 | 142 | 6 | 6 | 140 | 60 |
| Binary | 11101111 | 11101 | 101 | 0 | 1011000 | 1100010 | 110 | 110 | 1100000 | 110000 |
Color Harmonies of #EF1D05
Complementary color
Monochromatic Colors of #EF1D05
Black with #EF1D05
Text Example
Text Example
White with #EF1D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D05; }
p { color: rgb(239,29,5); }
H1.HeaderClassName
{
color: #EF1D05;
}
.AnyTagClassName
{
color: #EF1D05;
}
</style>
background-color css
<style>
a { background-color: #EF1D05; }
a { background-color: rgb(239,29,5); }
div.DivClassName
{
background-color: #EF1D05;
}
.BgClassName
{
background-color: #EF1D05;
}
</style>
border-color css
<style>
span { border-color: #EF1D05; }
span { border-color: rgb(239,29,5); }
td.TdClassName
{
border-color: #EF1D05;
}
.TagClassName
{
border-color: #EF1D05;
}
</style>