Shades of Scarlet #FE1A09
Tints of Scarlet #FE1A09
RGB
CMYK
RGB Variations
Color information
#FE1A09 (or 0xFE1A09) is known color: Scarlet. HEX triplet: FE, 1A and 09. RGB value is (254,26,9). Sum of RGB (Red+Green+Blue) = 254+26+9=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A09 is #01E5F6. Grayscale: #5C5C5C. Windows color (decimal): -124407 or 596734. OLE color: 596734.
HSL color Cylindrical-coordinate representation of color #FE1A09: hue angle of 4.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE1A09 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.00 |
| HSL | 4.16º | 0.99% | 0.52% | - |
| HSV(B) | 4.16º | 0.96% | 1% | - |
| XYZ | 41.29 | 21.83 | 2.3 | - |
| YUV | 92.23 | 81.04 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 9 | 0 | 0.90 | 0.96 | 0.00 | 4.16 | 0.99 | 0.52 |
| Hex | FE | 1A | 9 | 0 | 5A | 60 | 0 | 4 | 63 | 34 |
| Octal | 376 | 32 | 11 | 0 | 132 | 140 | 0 | 4 | 143 | 64 |
| Binary | 11111110 | 11010 | 1001 | 0 | 1011010 | 1100000 | 0 | 100 | 1100011 | 110100 |
Color Harmonies of #FE1A09
Complementary color
Monochromatic Colors of #FE1A09
Black with #FE1A09
Text Example
Text Example
White with #FE1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A09; }
p { color: rgb(254,26,9); }
H1.HeaderClassName
{
color: #FE1A09;
}
.AnyTagClassName
{
color: #FE1A09;
}
</style>
background-color css
<style>
a { background-color: #FE1A09; }
a { background-color: rgb(254,26,9); }
div.DivClassName
{
background-color: #FE1A09;
}
.BgClassName
{
background-color: #FE1A09;
}
</style>
border-color css
<style>
span { border-color: #FE1A09; }
span { border-color: rgb(254,26,9); }
td.TdClassName
{
border-color: #FE1A09;
}
.TagClassName
{
border-color: #FE1A09;
}
</style>