Shades of Scarlet #FF1E08
Tints of Scarlet #FF1E08
RGB
CMYK
RGB Variations
Color information
#FF1E08 (or 0xFF1E08) is known color: Scarlet. HEX triplet: FF, 1E and 08. RGB value is (255,30,8). Sum of RGB (Red+Green+Blue) = 255+30+8=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1E08 is #00E1F7. Grayscale: #5F5F5F. Windows color (decimal): -57848 or 532223. OLE color: 532223.
HSL color Cylindrical-coordinate representation of color #FF1E08: hue angle of 5.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF1E08 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 8 | - |
| CMYK | 0 | 0.88 | 0.97 | 0 |
| HSL | 5.34º | 1% | 0.52% | - |
| HSV(B) | 5.34º | 0.97% | 1% | - |
| XYZ | 41.75 | 22.21 | 2.32 | - |
| YUV | 94.77 | 79.04 | 242.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 8 | 0 | 0.88 | 0.97 | 0 | 5.34 | 1 | 0.52 |
| Hex | FF | 1E | 8 | 0 | 58 | 61 | 0 | 5 | 64 | 34 |
| Octal | 377 | 36 | 10 | 0 | 130 | 141 | 0 | 5 | 144 | 64 |
| Binary | 11111111 | 11110 | 1000 | 0 | 1011000 | 1100001 | 0 | 101 | 1100100 | 110100 |
Color Harmonies of #FF1E08
Complementary color
Monochromatic Colors of #FF1E08
Black with #FF1E08
Text Example
Text Example
White with #FF1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E08; }
p { color: rgb(255,30,8); }
H1.HeaderClassName
{
color: #FF1E08;
}
.AnyTagClassName
{
color: #FF1E08;
}
</style>
background-color css
<style>
a { background-color: #FF1E08; }
a { background-color: rgb(255,30,8); }
div.DivClassName
{
background-color: #FF1E08;
}
.BgClassName
{
background-color: #FF1E08;
}
</style>
border-color css
<style>
span { border-color: #FF1E08; }
span { border-color: rgb(255,30,8); }
td.TdClassName
{
border-color: #FF1E08;
}
.TagClassName
{
border-color: #FF1E08;
}
</style>