Shades of Scarlet #FE1F19
Tints of Scarlet #FE1F19
RGB
CMYK
RGB Variations
Color information
#FE1F19 (or 0xFE1F19) is known color: Scarlet. HEX triplet: FE, 1F and 19. RGB value is (254,31,25). Sum of RGB (Red+Green+Blue) = 254+31+25=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F19 is #01E0E6. Grayscale: #616161. Windows color (decimal): -123111 or 1646590. OLE color: 1646590.
HSL color Cylindrical-coordinate representation of color #FE1F19: hue angle of 1.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1F19 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 25 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.00 |
| HSL | 1.57º | 0.99% | 0.55% | - |
| HSV(B) | 1.57º | 0.9% | 1% | - |
| XYZ | 41.54 | 22.12 | 3 | - |
| YUV | 96.99 | 87.38 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 25 | 0 | 0.88 | 0.90 | 0.00 | 1.57 | 0.99 | 0.55 |
| Hex | FE | 1F | 19 | 0 | 58 | 5A | 0 | 2 | 63 | 37 |
| Octal | 376 | 37 | 31 | 0 | 130 | 132 | 0 | 2 | 143 | 67 |
| Binary | 11111110 | 11111 | 11001 | 0 | 1011000 | 1011010 | 0 | 10 | 1100011 | 110111 |
Color Harmonies of #FE1F19
Complementary color
Monochromatic Colors of #FE1F19
Black with #FE1F19
Text Example
Text Example
White with #FE1F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F19; }
p { color: rgb(254,31,25); }
H1.HeaderClassName
{
color: #FE1F19;
}
.AnyTagClassName
{
color: #FE1F19;
}
</style>
background-color css
<style>
a { background-color: #FE1F19; }
a { background-color: rgb(254,31,25); }
div.DivClassName
{
background-color: #FE1F19;
}
.BgClassName
{
background-color: #FE1F19;
}
</style>
border-color css
<style>
span { border-color: #FE1F19; }
span { border-color: rgb(254,31,25); }
td.TdClassName
{
border-color: #FE1F19;
}
.TagClassName
{
border-color: #FE1F19;
}
</style>