Shades of Scarlet #FE2814
Tints of Scarlet #FE2814
RGB
CMYK
RGB Variations
Color information
#FE2814 (or 0xFE2814) is known color: Scarlet. HEX triplet: FE, 28 and 14. RGB value is (254,40,20). Sum of RGB (Red+Green+Blue) = 254+40+20=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2814 is #01D7EB. Grayscale: #666666. Windows color (decimal): -120812 or 1321214. OLE color: 1321214.
HSL color Cylindrical-coordinate representation of color #FE2814: hue angle of 5.13º 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 #FE2814 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.00 |
| HSL | 5.13º | 0.99% | 0.54% | - |
| HSV(B) | 5.13º | 0.92% | 1% | - |
| XYZ | 41.76 | 22.64 | 2.83 | - |
| YUV | 101.71 | 81.9 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 20 | 0 | 0.84 | 0.92 | 0.00 | 5.13 | 0.99 | 0.54 |
| Hex | FE | 28 | 14 | 0 | 54 | 5C | 0 | 5 | 63 | 36 |
| Octal | 376 | 50 | 24 | 0 | 124 | 134 | 0 | 5 | 143 | 66 |
| Binary | 11111110 | 101000 | 10100 | 0 | 1010100 | 1011100 | 0 | 101 | 1100011 | 110110 |
Color Harmonies of #FE2814
Complementary color
Monochromatic Colors of #FE2814
Black with #FE2814
Text Example
Text Example
White with #FE2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2814; }
p { color: rgb(254,40,20); }
H1.HeaderClassName
{
color: #FE2814;
}
.AnyTagClassName
{
color: #FE2814;
}
</style>
background-color css
<style>
a { background-color: #FE2814; }
a { background-color: rgb(254,40,20); }
div.DivClassName
{
background-color: #FE2814;
}
.BgClassName
{
background-color: #FE2814;
}
</style>
border-color css
<style>
span { border-color: #FE2814; }
span { border-color: rgb(254,40,20); }
td.TdClassName
{
border-color: #FE2814;
}
.TagClassName
{
border-color: #FE2814;
}
</style>