Shades of Scarlet #FE1F03
Tints of Scarlet #FE1F03
RGB
CMYK
RGB Variations
Color information
#FE1F03 (or 0xFE1F03) is known color: Scarlet. HEX triplet: FE, 1F and 03. RGB value is (254,31,3). Sum of RGB (Red+Green+Blue) = 254+31+3=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F03 is #01E0FC. Grayscale: #5E5E5E. Windows color (decimal): -123133 or 204798. OLE color: 204798.
HSL color Cylindrical-coordinate representation of color #FE1F03: hue angle of 6.69º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE1F03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.00 |
| HSL | 6.69º | 0.99% | 0.5% | - |
| HSV(B) | 6.69º | 0.99% | 1% | - |
| XYZ | 41.38 | 22.06 | 2.16 | - |
| YUV | 94.49 | 76.38 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 3 | 0 | 0.88 | 0.99 | 0.00 | 6.69 | 0.99 | 0.5 |
| Hex | FE | 1F | 3 | 0 | 58 | 63 | 0 | 7 | 63 | 32 |
| Octal | 376 | 37 | 3 | 0 | 130 | 143 | 0 | 7 | 143 | 62 |
| Binary | 11111110 | 11111 | 11 | 0 | 1011000 | 1100011 | 0 | 111 | 1100011 | 110010 |
Color Harmonies of #FE1F03
Complementary color
Monochromatic Colors of #FE1F03
Black with #FE1F03
Text Example
Text Example
White with #FE1F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F03; }
p { color: rgb(254,31,3); }
H1.HeaderClassName
{
color: #FE1F03;
}
.AnyTagClassName
{
color: #FE1F03;
}
</style>
background-color css
<style>
a { background-color: #FE1F03; }
a { background-color: rgb(254,31,3); }
div.DivClassName
{
background-color: #FE1F03;
}
.BgClassName
{
background-color: #FE1F03;
}
</style>
border-color css
<style>
span { border-color: #FE1F03; }
span { border-color: rgb(254,31,3); }
td.TdClassName
{
border-color: #FE1F03;
}
.TagClassName
{
border-color: #FE1F03;
}
</style>