Shades of Scarlet #FE1A03
Tints of Scarlet #FE1A03
RGB
CMYK
RGB Variations
Color information
#FE1A03 (or 0xFE1A03) is known color: Scarlet. HEX triplet: FE, 1A and 03. RGB value is (254,26,3). Sum of RGB (Red+Green+Blue) = 254+26+3=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A03 is #01E5FC. Grayscale: #5B5B5B. Windows color (decimal): -124413 or 203518. OLE color: 203518.
HSL color Cylindrical-coordinate representation of color #FE1A03: hue angle of 5.5º 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 #FE1A03 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.00 |
| HSL | 5.5º | 0.99% | 0.5% | - |
| HSV(B) | 5.5º | 0.99% | 1% | - |
| XYZ | 41.26 | 21.82 | 2.12 | - |
| YUV | 91.55 | 78.04 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 3 | 0 | 0.90 | 0.99 | 0.00 | 5.5 | 0.99 | 0.5 |
| Hex | FE | 1A | 3 | 0 | 5A | 63 | 0 | 5 | 63 | 32 |
| Octal | 376 | 32 | 3 | 0 | 132 | 143 | 0 | 5 | 143 | 62 |
| Binary | 11111110 | 11010 | 11 | 0 | 1011010 | 1100011 | 0 | 101 | 1100011 | 110010 |
Color Harmonies of #FE1A03
Complementary color
Monochromatic Colors of #FE1A03
Black with #FE1A03
Text Example
Text Example
White with #FE1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A03; }
p { color: rgb(254,26,3); }
H1.HeaderClassName
{
color: #FE1A03;
}
.AnyTagClassName
{
color: #FE1A03;
}
</style>
background-color css
<style>
a { background-color: #FE1A03; }
a { background-color: rgb(254,26,3); }
div.DivClassName
{
background-color: #FE1A03;
}
.BgClassName
{
background-color: #FE1A03;
}
</style>
border-color css
<style>
span { border-color: #FE1A03; }
span { border-color: rgb(254,26,3); }
td.TdClassName
{
border-color: #FE1A03;
}
.TagClassName
{
border-color: #FE1A03;
}
</style>