Shades of Scarlet #FE1907
Tints of Scarlet #FE1907
RGB
CMYK
RGB Variations
Color information
#FE1907 (or 0xFE1907) is known color: Scarlet. HEX triplet: FE, 19 and 07. RGB value is (254,25,7). Sum of RGB (Red+Green+Blue) = 254+25+7=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1907 is #01E6F8. Grayscale: #5B5B5B. Windows color (decimal): -124665 or 465406. OLE color: 465406.
HSL color Cylindrical-coordinate representation of color #FE1907: hue angle of 4.37º 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 #FE1907 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.00 |
| HSL | 4.37º | 0.99% | 0.51% | - |
| HSV(B) | 4.37º | 0.97% | 1% | - |
| XYZ | 41.26 | 21.78 | 2.23 | - |
| YUV | 91.42 | 80.37 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 7 | 0 | 0.90 | 0.97 | 0.00 | 4.37 | 0.99 | 0.51 |
| Hex | FE | 19 | 7 | 0 | 5A | 61 | 0 | 4 | 63 | 33 |
| Octal | 376 | 31 | 7 | 0 | 132 | 141 | 0 | 4 | 143 | 63 |
| Binary | 11111110 | 11001 | 111 | 0 | 1011010 | 1100001 | 0 | 100 | 1100011 | 110011 |
Color Harmonies of #FE1907
Complementary color
Monochromatic Colors of #FE1907
Black with #FE1907
Text Example
Text Example
White with #FE1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1907; }
p { color: rgb(254,25,7); }
H1.HeaderClassName
{
color: #FE1907;
}
.AnyTagClassName
{
color: #FE1907;
}
</style>
background-color css
<style>
a { background-color: #FE1907; }
a { background-color: rgb(254,25,7); }
div.DivClassName
{
background-color: #FE1907;
}
.BgClassName
{
background-color: #FE1907;
}
</style>
border-color css
<style>
span { border-color: #FE1907; }
span { border-color: rgb(254,25,7); }
td.TdClassName
{
border-color: #FE1907;
}
.TagClassName
{
border-color: #FE1907;
}
</style>