Shades of Scarlet #FE1814
Tints of Scarlet #FE1814
RGB
CMYK
RGB Variations
Color information
#FE1814 (or 0xFE1814) is known color: Scarlet. HEX triplet: FE, 18 and 14. RGB value is (254,24,20). Sum of RGB (Red+Green+Blue) = 254+24+20=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1814 is #01E7EB. Grayscale: #5C5C5C. Windows color (decimal): -124908 or 1317118. OLE color: 1317118.
HSL color Cylindrical-coordinate representation of color #FE1814: hue angle of 1.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1814 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 20 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.00 |
| HSL | 1.03º | 0.99% | 0.54% | - |
| HSV(B) | 1.03º | 0.92% | 1% | - |
| XYZ | 41.33 | 21.77 | 2.69 | - |
| YUV | 92.31 | 87.2 | 243.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 20 | 0 | 0.91 | 0.92 | 0.00 | 1.03 | 0.99 | 0.54 |
| Hex | FE | 18 | 14 | 0 | 5B | 5C | 0 | 1 | 63 | 36 |
| Octal | 376 | 30 | 24 | 0 | 133 | 134 | 0 | 1 | 143 | 66 |
| Binary | 11111110 | 11000 | 10100 | 0 | 1011011 | 1011100 | 0 | 1 | 1100011 | 110110 |
Color Harmonies of #FE1814
Complementary color
Monochromatic Colors of #FE1814
Black with #FE1814
Text Example
Text Example
White with #FE1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1814; }
p { color: rgb(254,24,20); }
H1.HeaderClassName
{
color: #FE1814;
}
.AnyTagClassName
{
color: #FE1814;
}
</style>
background-color css
<style>
a { background-color: #FE1814; }
a { background-color: rgb(254,24,20); }
div.DivClassName
{
background-color: #FE1814;
}
.BgClassName
{
background-color: #FE1814;
}
</style>
border-color css
<style>
span { border-color: #FE1814; }
span { border-color: rgb(254,24,20); }
td.TdClassName
{
border-color: #FE1814;
}
.TagClassName
{
border-color: #FE1814;
}
</style>