Shades of Scarlet #FE190F
Tints of Scarlet #FE190F
RGB
CMYK
RGB Variations
Color information
#FE190F (or 0xFE190F) is known color: Scarlet. HEX triplet: FE, 19 and 0F. RGB value is (254,25,15). Sum of RGB (Red+Green+Blue) = 254+25+15=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE190F is #01E6F0. Grayscale: #5C5C5C. Windows color (decimal): -124657 or 989694. OLE color: 989694.
HSL color Cylindrical-coordinate representation of color #FE190F: hue angle of 2.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE190F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 15 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.00 |
| HSL | 2.51º | 0.99% | 0.53% | - |
| HSV(B) | 2.51º | 0.94% | 1% | - |
| XYZ | 41.31 | 21.8 | 2.48 | - |
| YUV | 92.33 | 84.37 | 243.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 15 | 0 | 0.90 | 0.94 | 0.00 | 2.51 | 0.99 | 0.53 |
| Hex | FE | 19 | F | 0 | 5A | 5E | 0 | 3 | 63 | 35 |
| Octal | 376 | 31 | 17 | 0 | 132 | 136 | 0 | 3 | 143 | 65 |
| Binary | 11111110 | 11001 | 1111 | 0 | 1011010 | 1011110 | 0 | 11 | 1100011 | 110101 |
Color Harmonies of #FE190F
Complementary color
Monochromatic Colors of #FE190F
Black with #FE190F
Text Example
Text Example
White with #FE190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE190F; }
p { color: rgb(254,25,15); }
H1.HeaderClassName
{
color: #FE190F;
}
.AnyTagClassName
{
color: #FE190F;
}
</style>
background-color css
<style>
a { background-color: #FE190F; }
a { background-color: rgb(254,25,15); }
div.DivClassName
{
background-color: #FE190F;
}
.BgClassName
{
background-color: #FE190F;
}
</style>
border-color css
<style>
span { border-color: #FE190F; }
span { border-color: rgb(254,25,15); }
td.TdClassName
{
border-color: #FE190F;
}
.TagClassName
{
border-color: #FE190F;
}
</style>