Shades of Scarlet #FE1F01
Tints of Scarlet #FE1F01
RGB
CMYK
RGB Variations
Color information
#FE1F01 (or 0xFE1F01) is known color: Scarlet. HEX triplet: FE, 1F and 01. RGB value is (254,31,1). Sum of RGB (Red+Green+Blue) = 254+31+1=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F01 is #01E0FE. Grayscale: #5E5E5E. Windows color (decimal): -123135 or 73726. OLE color: 73726.
HSL color Cylindrical-coordinate representation of color #FE1F01: hue angle of 7.11º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE1F01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0.00 |
| HSL | 7.11º | 0.99% | 0.5% | - |
| HSV(B) | 7.11º | 1% | 1% | - |
| XYZ | 41.37 | 22.05 | 2.11 | - |
| YUV | 94.26 | 75.38 | 241.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 1 | 0 | 0.88 | 1.00 | 0.00 | 7.11 | 0.99 | 0.5 |
| Hex | FE | 1F | 1 | 0 | 58 | 64 | 0 | 7 | 63 | 32 |
| Octal | 376 | 37 | 1 | 0 | 130 | 144 | 0 | 7 | 143 | 62 |
| Binary | 11111110 | 11111 | 1 | 0 | 1011000 | 1100100 | 0 | 111 | 1100011 | 110010 |
Color Harmonies of #FE1F01
Complementary color
Monochromatic Colors of #FE1F01
Black with #FE1F01
Text Example
Text Example
White with #FE1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F01; }
p { color: rgb(254,31,1); }
H1.HeaderClassName
{
color: #FE1F01;
}
.AnyTagClassName
{
color: #FE1F01;
}
</style>
background-color css
<style>
a { background-color: #FE1F01; }
a { background-color: rgb(254,31,1); }
div.DivClassName
{
background-color: #FE1F01;
}
.BgClassName
{
background-color: #FE1F01;
}
</style>
border-color css
<style>
span { border-color: #FE1F01; }
span { border-color: rgb(254,31,1); }
td.TdClassName
{
border-color: #FE1F01;
}
.TagClassName
{
border-color: #FE1F01;
}
</style>