Shades of Scarlet #FE250E
Tints of Scarlet #FE250E
RGB
CMYK
RGB Variations
Color information
#FE250E (or 0xFE250E) is known color: Scarlet. HEX triplet: FE, 25 and 0E. RGB value is (254,37,14). Sum of RGB (Red+Green+Blue) = 254+37+14=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE250E is #01DAF1. Grayscale: #636363. Windows color (decimal): -121586 or 927230. OLE color: 927230.
HSL color Cylindrical-coordinate representation of color #FE250E: hue angle of 5.75º 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 #FE250E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.00 |
| HSL | 5.75º | 0.99% | 0.53% | - |
| HSV(B) | 5.75º | 0.94% | 1% | - |
| XYZ | 41.61 | 22.43 | 2.55 | - |
| YUV | 99.26 | 79.89 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 14 | 0 | 0.85 | 0.94 | 0.00 | 5.75 | 0.99 | 0.53 |
| Hex | FE | 25 | E | 0 | 55 | 5E | 0 | 6 | 63 | 35 |
| Octal | 376 | 45 | 16 | 0 | 125 | 136 | 0 | 6 | 143 | 65 |
| Binary | 11111110 | 100101 | 1110 | 0 | 1010101 | 1011110 | 0 | 110 | 1100011 | 110101 |
Color Harmonies of #FE250E
Complementary color
Monochromatic Colors of #FE250E
Black with #FE250E
Text Example
Text Example
White with #FE250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE250E; }
p { color: rgb(254,37,14); }
H1.HeaderClassName
{
color: #FE250E;
}
.AnyTagClassName
{
color: #FE250E;
}
</style>
background-color css
<style>
a { background-color: #FE250E; }
a { background-color: rgb(254,37,14); }
div.DivClassName
{
background-color: #FE250E;
}
.BgClassName
{
background-color: #FE250E;
}
</style>
border-color css
<style>
span { border-color: #FE250E; }
span { border-color: rgb(254,37,14); }
td.TdClassName
{
border-color: #FE250E;
}
.TagClassName
{
border-color: #FE250E;
}
</style>