Shades of Scarlet #FE1905
Tints of Scarlet #FE1905
RGB
CMYK
RGB Variations
Color information
#FE1905 (or 0xFE1905) is known color: Scarlet. HEX triplet: FE, 19 and 05. RGB value is (254,25,5). Sum of RGB (Red+Green+Blue) = 254+25+5=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1905 is #01E6FA. Grayscale: #5B5B5B. Windows color (decimal): -124667 or 334334. OLE color: 334334.
HSL color Cylindrical-coordinate representation of color #FE1905: hue angle of 4.82º 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 #FE1905 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.00 |
| HSL | 4.82º | 0.99% | 0.51% | - |
| HSV(B) | 4.82º | 0.98% | 1% | - |
| XYZ | 41.25 | 21.78 | 2.17 | - |
| YUV | 91.19 | 79.37 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 5 | 0 | 0.90 | 0.98 | 0.00 | 4.82 | 0.99 | 0.51 |
| Hex | FE | 19 | 5 | 0 | 5A | 62 | 0 | 5 | 63 | 33 |
| Octal | 376 | 31 | 5 | 0 | 132 | 142 | 0 | 5 | 143 | 63 |
| Binary | 11111110 | 11001 | 101 | 0 | 1011010 | 1100010 | 0 | 101 | 1100011 | 110011 |
Color Harmonies of #FE1905
Complementary color
Monochromatic Colors of #FE1905
Black with #FE1905
Text Example
Text Example
White with #FE1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1905; }
p { color: rgb(254,25,5); }
H1.HeaderClassName
{
color: #FE1905;
}
.AnyTagClassName
{
color: #FE1905;
}
</style>
background-color css
<style>
a { background-color: #FE1905; }
a { background-color: rgb(254,25,5); }
div.DivClassName
{
background-color: #FE1905;
}
.BgClassName
{
background-color: #FE1905;
}
</style>
border-color css
<style>
span { border-color: #FE1905; }
span { border-color: rgb(254,25,5); }
td.TdClassName
{
border-color: #FE1905;
}
.TagClassName
{
border-color: #FE1905;
}
</style>