Shades of Scarlet #EF1D0D
Tints of Scarlet #EF1D0D
RGB
CMYK
RGB Variations
Color information
#EF1D0D (or 0xEF1D0D) is known color: Scarlet. HEX triplet: EF, 1D and 0D. RGB value is (239,29,13). Sum of RGB (Red+Green+Blue) = 239+29+13=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D0D is #10E2F2. Grayscale: #5A5A5A. Windows color (decimal): -1106675 or 859631. OLE color: 859631.
HSL color Cylindrical-coordinate representation of color #EF1D0D: hue angle of 4.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF1D0D is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 13 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.06 |
| HSL | 4.25º | 0.9% | 0.49% | - |
| HSV(B) | 4.25º | 0.95% | 0.94% | - |
| XYZ | 36.11 | 19.26 | 2.19 | - |
| YUV | 89.97 | 84.57 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 13 | 0 | 0.88 | 0.95 | 0.06 | 4.25 | 0.9 | 0.49 |
| Hex | EF | 1D | D | 0 | 58 | 5F | 6 | 4 | 5A | 31 |
| Octal | 357 | 35 | 15 | 0 | 130 | 137 | 6 | 4 | 132 | 61 |
| Binary | 11101111 | 11101 | 1101 | 0 | 1011000 | 1011111 | 110 | 100 | 1011010 | 110001 |
Color Harmonies of #EF1D0D
Complementary color
Monochromatic Colors of #EF1D0D
Black with #EF1D0D
Text Example
Text Example
White with #EF1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D0D; }
p { color: rgb(239,29,13); }
H1.HeaderClassName
{
color: #EF1D0D;
}
.AnyTagClassName
{
color: #EF1D0D;
}
</style>
background-color css
<style>
a { background-color: #EF1D0D; }
a { background-color: rgb(239,29,13); }
div.DivClassName
{
background-color: #EF1D0D;
}
.BgClassName
{
background-color: #EF1D0D;
}
</style>
border-color css
<style>
span { border-color: #EF1D0D; }
span { border-color: rgb(239,29,13); }
td.TdClassName
{
border-color: #EF1D0D;
}
.TagClassName
{
border-color: #EF1D0D;
}
</style>