Shades of Scarlet #EF1E1B
Tints of Scarlet #EF1E1B
RGB
CMYK
RGB Variations
Color information
#EF1E1B (or 0xEF1E1B) is known color: Scarlet. HEX triplet: EF, 1E and 1B. RGB value is (239,30,27). Sum of RGB (Red+Green+Blue) = 239+30+27=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E1B is #10E1E4. Grayscale: #5C5C5C. Windows color (decimal): -1106405 or 1777391. OLE color: 1777391.
HSL color Cylindrical-coordinate representation of color #EF1E1B: hue angle of 0.85º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1E1B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.06 |
| HSL | 0.85º | 0.87% | 0.52% | - |
| HSV(B) | 0.85º | 0.89% | 0.94% | - |
| XYZ | 36.26 | 19.36 | 2.86 | - |
| YUV | 92.15 | 91.24 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 27 | 0 | 0.87 | 0.89 | 0.06 | 0.85 | 0.87 | 0.52 |
| Hex | EF | 1E | 1B | 0 | 57 | 59 | 6 | 1 | 57 | 34 |
| Octal | 357 | 36 | 33 | 0 | 127 | 131 | 6 | 1 | 127 | 64 |
| Binary | 11101111 | 11110 | 11011 | 0 | 1010111 | 1011001 | 110 | 1 | 1010111 | 110100 |
Color Harmonies of #EF1E1B
Complementary color
Monochromatic Colors of #EF1E1B
Black with #EF1E1B
Text Example
Text Example
White with #EF1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E1B; }
p { color: rgb(239,30,27); }
H1.HeaderClassName
{
color: #EF1E1B;
}
.AnyTagClassName
{
color: #EF1E1B;
}
</style>
background-color css
<style>
a { background-color: #EF1E1B; }
a { background-color: rgb(239,30,27); }
div.DivClassName
{
background-color: #EF1E1B;
}
.BgClassName
{
background-color: #EF1E1B;
}
</style>
border-color css
<style>
span { border-color: #EF1E1B; }
span { border-color: rgb(239,30,27); }
td.TdClassName
{
border-color: #EF1E1B;
}
.TagClassName
{
border-color: #EF1E1B;
}
</style>