Shades of Scarlet #FE1400
Tints of Scarlet #FE1400
RGB
CMYK
RGB Variations
Color information
#FE1400 (or 0xFE1400) is known color: Scarlet. HEX triplet: FE, 14 and 00. RGB value is (254,20,0). Sum of RGB (Red+Green+Blue) = 254+20+0=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1400 is #01EBFF. Grayscale: #585858. Windows color (decimal): -125952 or 5374. OLE color: 5374.
HSL color Cylindrical-coordinate representation of color #FE1400: hue angle of 4.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE1400 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.00 |
| HSL | 4.72º | 1% | 0.5% | - |
| HSV(B) | 4.72º | 1% | 1% | - |
| XYZ | 41.12 | 21.57 | 2 | - |
| YUV | 87.69 | 78.52 | 246.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 0 | 0 | 0.92 | 1 | 0.00 | 4.72 | 1 | 0.5 |
| Hex | FE | 14 | 0 | 0 | 5C | 64 | 0 | 5 | 64 | 32 |
| Octal | 376 | 24 | 0 | 0 | 134 | 144 | 0 | 5 | 144 | 62 |
| Binary | 11111110 | 10100 | 0 | 0 | 1011100 | 1100100 | 0 | 101 | 1100100 | 110010 |
Color Harmonies of #FE1400
Complementary color
Monochromatic Colors of #FE1400
Black with #FE1400
Text Example
Text Example
White with #FE1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1400; }
p { color: rgb(254,20,0); }
H1.HeaderClassName
{
color: #FE1400;
}
.AnyTagClassName
{
color: #FE1400;
}
</style>
background-color css
<style>
a { background-color: #FE1400; }
a { background-color: rgb(254,20,0); }
div.DivClassName
{
background-color: #FE1400;
}
.BgClassName
{
background-color: #FE1400;
}
</style>
border-color css
<style>
span { border-color: #FE1400; }
span { border-color: rgb(254,20,0); }
td.TdClassName
{
border-color: #FE1400;
}
.TagClassName
{
border-color: #FE1400;
}
</style>