Shades of Scarlet #EF1B0D
Tints of Scarlet #EF1B0D
RGB
CMYK
RGB Variations
Color information
#EF1B0D (or 0xEF1B0D) is known color: Scarlet. HEX triplet: EF, 1B and 0D. RGB value is (239,27,13). Sum of RGB (Red+Green+Blue) = 239+27+13=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1B0D is #10E4F2. Grayscale: #595959. Windows color (decimal): -1107187 or 859119. OLE color: 859119.
HSL color Cylindrical-coordinate representation of color #EF1B0D: hue angle of 3.72º 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 #EF1B0D is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 13 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.06 |
| HSL | 3.72º | 0.9% | 0.49% | - |
| HSV(B) | 3.72º | 0.95% | 0.94% | - |
| XYZ | 36.06 | 19.16 | 2.18 | - |
| YUV | 88.79 | 85.24 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 13 | 0 | 0.89 | 0.95 | 0.06 | 3.72 | 0.9 | 0.49 |
| Hex | EF | 1B | D | 0 | 59 | 5F | 6 | 4 | 5A | 31 |
| Octal | 357 | 33 | 15 | 0 | 131 | 137 | 6 | 4 | 132 | 61 |
| Binary | 11101111 | 11011 | 1101 | 0 | 1011001 | 1011111 | 110 | 100 | 1011010 | 110001 |
Color Harmonies of #EF1B0D
Complementary color
Monochromatic Colors of #EF1B0D
Black with #EF1B0D
Text Example
Text Example
White with #EF1B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B0D; }
p { color: rgb(239,27,13); }
H1.HeaderClassName
{
color: #EF1B0D;
}
.AnyTagClassName
{
color: #EF1B0D;
}
</style>
background-color css
<style>
a { background-color: #EF1B0D; }
a { background-color: rgb(239,27,13); }
div.DivClassName
{
background-color: #EF1B0D;
}
.BgClassName
{
background-color: #EF1B0D;
}
</style>
border-color css
<style>
span { border-color: #EF1B0D; }
span { border-color: rgb(239,27,13); }
td.TdClassName
{
border-color: #EF1B0D;
}
.TagClassName
{
border-color: #EF1B0D;
}
</style>