Shades of Scarlet #FE140F
Tints of Scarlet #FE140F
RGB
CMYK
RGB Variations
Color information
#FE140F (or 0xFE140F) is known color: Scarlet. HEX triplet: FE, 14 and 0F. RGB value is (254,20,15). Sum of RGB (Red+Green+Blue) = 254+20+15=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE140F is #01EBF0. Grayscale: #595959. Windows color (decimal): -125937 or 988414. OLE color: 988414.
HSL color Cylindrical-coordinate representation of color #FE140F: hue angle of 1.26º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.00 |
| HSL | 1.26º | 0.99% | 0.53% | - |
| HSV(B) | 1.26º | 0.94% | 1% | - |
| XYZ | 41.21 | 21.61 | 2.45 | - |
| YUV | 89.4 | 86.02 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 15 | 0 | 0.92 | 0.94 | 0.00 | 1.26 | 0.99 | 0.53 |
| Hex | FE | 14 | F | 0 | 5C | 5E | 0 | 1 | 63 | 35 |
| Octal | 376 | 24 | 17 | 0 | 134 | 136 | 0 | 1 | 143 | 65 |
| Binary | 11111110 | 10100 | 1111 | 0 | 1011100 | 1011110 | 0 | 1 | 1100011 | 110101 |
Color Harmonies of #FE140F
Complementary color
Monochromatic Colors of #FE140F
Black with #FE140F
Text Example
Text Example
White with #FE140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE140F; }
p { color: rgb(254,20,15); }
H1.HeaderClassName
{
color: #FE140F;
}
.AnyTagClassName
{
color: #FE140F;
}
</style>
background-color css
<style>
a { background-color: #FE140F; }
a { background-color: rgb(254,20,15); }
div.DivClassName
{
background-color: #FE140F;
}
.BgClassName
{
background-color: #FE140F;
}
</style>
border-color css
<style>
span { border-color: #FE140F; }
span { border-color: rgb(254,20,15); }
td.TdClassName
{
border-color: #FE140F;
}
.TagClassName
{
border-color: #FE140F;
}
</style>