Shades of Scarlet #FE1508
Tints of Scarlet #FE1508
RGB
CMYK
RGB Variations
Color information
#FE1508 (or 0xFE1508) is known color: Scarlet. HEX triplet: FE, 15 and 08. RGB value is (254,21,8). Sum of RGB (Red+Green+Blue) = 254+21+8=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1508 is #01EAF7. Grayscale: #595959. Windows color (decimal): -125688 or 529918. OLE color: 529918.
HSL color Cylindrical-coordinate representation of color #FE1508: hue angle of 3.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE1508 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.00 |
| HSL | 3.17º | 0.99% | 0.51% | - |
| HSV(B) | 3.17º | 0.97% | 1% | - |
| XYZ | 41.19 | 21.62 | 2.23 | - |
| YUV | 89.19 | 82.19 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 8 | 0 | 0.92 | 0.97 | 0.00 | 3.17 | 0.99 | 0.51 |
| Hex | FE | 15 | 8 | 0 | 5C | 61 | 0 | 3 | 63 | 33 |
| Octal | 376 | 25 | 10 | 0 | 134 | 141 | 0 | 3 | 143 | 63 |
| Binary | 11111110 | 10101 | 1000 | 0 | 1011100 | 1100001 | 0 | 11 | 1100011 | 110011 |
Color Harmonies of #FE1508
Complementary color
Monochromatic Colors of #FE1508
Black with #FE1508
Text Example
Text Example
White with #FE1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1508; }
p { color: rgb(254,21,8); }
H1.HeaderClassName
{
color: #FE1508;
}
.AnyTagClassName
{
color: #FE1508;
}
</style>
background-color css
<style>
a { background-color: #FE1508; }
a { background-color: rgb(254,21,8); }
div.DivClassName
{
background-color: #FE1508;
}
.BgClassName
{
background-color: #FE1508;
}
</style>
border-color css
<style>
span { border-color: #FE1508; }
span { border-color: rgb(254,21,8); }
td.TdClassName
{
border-color: #FE1508;
}
.TagClassName
{
border-color: #FE1508;
}
</style>