Shades of Scarlet #FE1906
Tints of Scarlet #FE1906
RGB
CMYK
RGB Variations
Color information
#FE1906 (or 0xFE1906) is known color: Scarlet. HEX triplet: FE, 19 and 06. RGB value is (254,25,6). Sum of RGB (Red+Green+Blue) = 254+25+6=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1906 is #01E6F9. Grayscale: #5B5B5B. Windows color (decimal): -124666 or 399870. OLE color: 399870.
HSL color Cylindrical-coordinate representation of color #FE1906: hue angle of 4.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE1906 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 6 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.00 |
| HSL | 4.6º | 0.99% | 0.51% | - |
| HSV(B) | 4.6º | 0.98% | 1% | - |
| XYZ | 41.25 | 21.78 | 2.2 | - |
| YUV | 91.31 | 79.87 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 6 | 0 | 0.90 | 0.98 | 0.00 | 4.6 | 0.99 | 0.51 |
| Hex | FE | 19 | 6 | 0 | 5A | 62 | 0 | 5 | 63 | 33 |
| Octal | 376 | 31 | 6 | 0 | 132 | 142 | 0 | 5 | 143 | 63 |
| Binary | 11111110 | 11001 | 110 | 0 | 1011010 | 1100010 | 0 | 101 | 1100011 | 110011 |
Color Harmonies of #FE1906
Complementary color
Monochromatic Colors of #FE1906
Black with #FE1906
Text Example
Text Example
White with #FE1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1906; }
p { color: rgb(254,25,6); }
H1.HeaderClassName
{
color: #FE1906;
}
.AnyTagClassName
{
color: #FE1906;
}
</style>
background-color css
<style>
a { background-color: #FE1906; }
a { background-color: rgb(254,25,6); }
div.DivClassName
{
background-color: #FE1906;
}
.BgClassName
{
background-color: #FE1906;
}
</style>
border-color css
<style>
span { border-color: #FE1906; }
span { border-color: rgb(254,25,6); }
td.TdClassName
{
border-color: #FE1906;
}
.TagClassName
{
border-color: #FE1906;
}
</style>