Shades of Scarlet #EF1D0A
Tints of Scarlet #EF1D0A
RGB
CMYK
RGB Variations
Color information
#EF1D0A (or 0xEF1D0A) is known color: Scarlet. HEX triplet: EF, 1D and 0A. RGB value is (239,29,10). Sum of RGB (Red+Green+Blue) = 239+29+10=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D0A is #10E2F5. Grayscale: #595959. Windows color (decimal): -1106678 or 663023. OLE color: 663023.
HSL color Cylindrical-coordinate representation of color #EF1D0A: hue angle of 4.98º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF1D0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.06 |
| HSL | 4.98º | 0.92% | 0.49% | - |
| HSV(B) | 4.98º | 0.96% | 0.94% | - |
| XYZ | 36.09 | 19.25 | 2.1 | - |
| YUV | 89.62 | 83.07 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 10 | 0 | 0.88 | 0.96 | 0.06 | 4.98 | 0.92 | 0.49 |
| Hex | EF | 1D | A | 0 | 58 | 60 | 6 | 5 | 5C | 31 |
| Octal | 357 | 35 | 12 | 0 | 130 | 140 | 6 | 5 | 134 | 61 |
| Binary | 11101111 | 11101 | 1010 | 0 | 1011000 | 1100000 | 110 | 101 | 1011100 | 110001 |
Color Harmonies of #EF1D0A
Complementary color
Monochromatic Colors of #EF1D0A
Black with #EF1D0A
Text Example
Text Example
White with #EF1D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D0A; }
p { color: rgb(239,29,10); }
H1.HeaderClassName
{
color: #EF1D0A;
}
.AnyTagClassName
{
color: #EF1D0A;
}
</style>
background-color css
<style>
a { background-color: #EF1D0A; }
a { background-color: rgb(239,29,10); }
div.DivClassName
{
background-color: #EF1D0A;
}
.BgClassName
{
background-color: #EF1D0A;
}
</style>
border-color css
<style>
span { border-color: #EF1D0A; }
span { border-color: rgb(239,29,10); }
td.TdClassName
{
border-color: #EF1D0A;
}
.TagClassName
{
border-color: #EF1D0A;
}
</style>