Shades of Scarlet #FE1908
Tints of Scarlet #FE1908
RGB
CMYK
RGB Variations
Color information
#FE1908 (or 0xFE1908) is known color: Scarlet. HEX triplet: FE, 19 and 08. RGB value is (254,25,8). Sum of RGB (Red+Green+Blue) = 254+25+8=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1908 is #01E6F7. Grayscale: #5B5B5B. Windows color (decimal): -124664 or 530942. OLE color: 530942.
HSL color Cylindrical-coordinate representation of color #FE1908: hue angle of 4.15º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE1908 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 8 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.00 |
| HSL | 4.15º | 0.99% | 0.51% | - |
| HSV(B) | 4.15º | 0.97% | 1% | - |
| XYZ | 41.26 | 21.78 | 2.26 | - |
| YUV | 91.53 | 80.87 | 243.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 8 | 0 | 0.90 | 0.97 | 0.00 | 4.15 | 0.99 | 0.51 |
| Hex | FE | 19 | 8 | 0 | 5A | 61 | 0 | 4 | 63 | 33 |
| Octal | 376 | 31 | 10 | 0 | 132 | 141 | 0 | 4 | 143 | 63 |
| Binary | 11111110 | 11001 | 1000 | 0 | 1011010 | 1100001 | 0 | 100 | 1100011 | 110011 |
Color Harmonies of #FE1908
Complementary color
Monochromatic Colors of #FE1908
Black with #FE1908
Text Example
Text Example
White with #FE1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1908; }
p { color: rgb(254,25,8); }
H1.HeaderClassName
{
color: #FE1908;
}
.AnyTagClassName
{
color: #FE1908;
}
</style>
background-color css
<style>
a { background-color: #FE1908; }
a { background-color: rgb(254,25,8); }
div.DivClassName
{
background-color: #FE1908;
}
.BgClassName
{
background-color: #FE1908;
}
</style>
border-color css
<style>
span { border-color: #FE1908; }
span { border-color: rgb(254,25,8); }
td.TdClassName
{
border-color: #FE1908;
}
.TagClassName
{
border-color: #FE1908;
}
</style>