Shades of Scarlet #FF1E19
Tints of Scarlet #FF1E19
RGB
CMYK
RGB Variations
Color information
#FF1E19 (or 0xFF1E19) is known color: Scarlet. HEX triplet: FF, 1E and 19. RGB value is (255,30,25). Sum of RGB (Red+Green+Blue) = 255+30+25=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1E19 is #00E1E6. Grayscale: #606060. Windows color (decimal): -57831 or 1646335. OLE color: 1646335.
HSL color Cylindrical-coordinate representation of color #FF1E19: hue angle of 1.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1E19 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 25 | - |
| CMYK | 0 | 0.88 | 0.90 | 0 |
| HSL | 1.3º | 1% | 0.55% | - |
| HSV(B) | 1.3º | 0.9% | 1% | - |
| XYZ | 41.88 | 22.26 | 3.01 | - |
| YUV | 96.71 | 87.54 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 25 | 0 | 0.88 | 0.90 | 0 | 1.3 | 1 | 0.55 |
| Hex | FF | 1E | 19 | 0 | 58 | 5A | 0 | 1 | 64 | 37 |
| Octal | 377 | 36 | 31 | 0 | 130 | 132 | 0 | 1 | 144 | 67 |
| Binary | 11111111 | 11110 | 11001 | 0 | 1011000 | 1011010 | 0 | 1 | 1100100 | 110111 |
Color Harmonies of #FF1E19
Complementary color
Monochromatic Colors of #FF1E19
Black with #FF1E19
Text Example
Text Example
White with #FF1E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E19; }
p { color: rgb(255,30,25); }
H1.HeaderClassName
{
color: #FF1E19;
}
.AnyTagClassName
{
color: #FF1E19;
}
</style>
background-color css
<style>
a { background-color: #FF1E19; }
a { background-color: rgb(255,30,25); }
div.DivClassName
{
background-color: #FF1E19;
}
.BgClassName
{
background-color: #FF1E19;
}
</style>
border-color css
<style>
span { border-color: #FF1E19; }
span { border-color: rgb(255,30,25); }
td.TdClassName
{
border-color: #FF1E19;
}
.TagClassName
{
border-color: #FF1E19;
}
</style>