Shades of Scarlet #FF1E0E
Tints of Scarlet #FF1E0E
RGB
CMYK
RGB Variations
Color information
#FF1E0E (or 0xFF1E0E) is known color: Scarlet. HEX triplet: FF, 1E and 0E. RGB value is (255,30,14). Sum of RGB (Red+Green+Blue) = 255+30+14=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1E0E is #00E1F1. Grayscale: #5F5F5F. Windows color (decimal): -57842 or 925439. OLE color: 925439.
HSL color Cylindrical-coordinate representation of color #FF1E0E: hue angle of 3.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF1E0E is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 14 | - |
| CMYK | 0 | 0.88 | 0.95 | 0 |
| HSL | 3.98º | 1% | 0.53% | - |
| HSV(B) | 3.98º | 0.95% | 1% | - |
| XYZ | 41.78 | 22.22 | 2.5 | - |
| YUV | 95.45 | 82.04 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 14 | 0 | 0.88 | 0.95 | 0 | 3.98 | 1 | 0.53 |
| Hex | FF | 1E | E | 0 | 58 | 5F | 0 | 4 | 64 | 35 |
| Octal | 377 | 36 | 16 | 0 | 130 | 137 | 0 | 4 | 144 | 65 |
| Binary | 11111111 | 11110 | 1110 | 0 | 1011000 | 1011111 | 0 | 100 | 1100100 | 110101 |
Color Harmonies of #FF1E0E
Complementary color
Monochromatic Colors of #FF1E0E
Black with #FF1E0E
Text Example
Text Example
White with #FF1E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E0E; }
p { color: rgb(255,30,14); }
H1.HeaderClassName
{
color: #FF1E0E;
}
.AnyTagClassName
{
color: #FF1E0E;
}
</style>
background-color css
<style>
a { background-color: #FF1E0E; }
a { background-color: rgb(255,30,14); }
div.DivClassName
{
background-color: #FF1E0E;
}
.BgClassName
{
background-color: #FF1E0E;
}
</style>
border-color css
<style>
span { border-color: #FF1E0E; }
span { border-color: rgb(255,30,14); }
td.TdClassName
{
border-color: #FF1E0E;
}
.TagClassName
{
border-color: #FF1E0E;
}
</style>