Shades of Scarlet #FE1811
Tints of Scarlet #FE1811
RGB
CMYK
RGB Variations
Color information
#FE1811 (or 0xFE1811) is known color: Scarlet. HEX triplet: FE, 18 and 11. RGB value is (254,24,17). Sum of RGB (Red+Green+Blue) = 254+24+17=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1811 is #01E7EE. Grayscale: #5C5C5C. Windows color (decimal): -124911 or 1120510. OLE color: 1120510.
HSL color Cylindrical-coordinate representation of color #FE1811: hue angle of 1.77º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1811 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.00 |
| HSL | 1.77º | 0.99% | 0.53% | - |
| HSV(B) | 1.77º | 0.93% | 1% | - |
| XYZ | 41.3 | 21.76 | 2.55 | - |
| YUV | 91.97 | 85.7 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 17 | 0 | 0.91 | 0.93 | 0.00 | 1.77 | 0.99 | 0.53 |
| Hex | FE | 18 | 11 | 0 | 5B | 5D | 0 | 2 | 63 | 35 |
| Octal | 376 | 30 | 21 | 0 | 133 | 135 | 0 | 2 | 143 | 65 |
| Binary | 11111110 | 11000 | 10001 | 0 | 1011011 | 1011101 | 0 | 10 | 1100011 | 110101 |
Color Harmonies of #FE1811
Complementary color
Monochromatic Colors of #FE1811
Black with #FE1811
Text Example
Text Example
White with #FE1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1811; }
p { color: rgb(254,24,17); }
H1.HeaderClassName
{
color: #FE1811;
}
.AnyTagClassName
{
color: #FE1811;
}
</style>
background-color css
<style>
a { background-color: #FE1811; }
a { background-color: rgb(254,24,17); }
div.DivClassName
{
background-color: #FE1811;
}
.BgClassName
{
background-color: #FE1811;
}
</style>
border-color css
<style>
span { border-color: #FE1811; }
span { border-color: rgb(254,24,17); }
td.TdClassName
{
border-color: #FE1811;
}
.TagClassName
{
border-color: #FE1811;
}
</style>