Shades of Scarlet #FE1A0A
Tints of Scarlet #FE1A0A
RGB
CMYK
RGB Variations
Color information
#FE1A0A (or 0xFE1A0A) is known color: Scarlet. HEX triplet: FE, 1A and 0A. RGB value is (254,26,10). Sum of RGB (Red+Green+Blue) = 254+26+10=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A0A is #01E5F5. Grayscale: #5C5C5C. Windows color (decimal): -124406 or 662270. OLE color: 662270.
HSL color Cylindrical-coordinate representation of color #FE1A0A: hue angle of 3.93º 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 #FE1A0A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.00 |
| HSL | 3.93º | 0.99% | 0.52% | - |
| HSV(B) | 3.93º | 0.96% | 1% | - |
| XYZ | 41.3 | 21.83 | 2.32 | - |
| YUV | 92.35 | 81.54 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 10 | 0 | 0.90 | 0.96 | 0.00 | 3.93 | 0.99 | 0.52 |
| Hex | FE | 1A | A | 0 | 5A | 60 | 0 | 4 | 63 | 34 |
| Octal | 376 | 32 | 12 | 0 | 132 | 140 | 0 | 4 | 143 | 64 |
| Binary | 11111110 | 11010 | 1010 | 0 | 1011010 | 1100000 | 0 | 100 | 1100011 | 110100 |
Color Harmonies of #FE1A0A
Complementary color
Monochromatic Colors of #FE1A0A
Black with #FE1A0A
Text Example
Text Example
White with #FE1A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A0A; }
p { color: rgb(254,26,10); }
H1.HeaderClassName
{
color: #FE1A0A;
}
.AnyTagClassName
{
color: #FE1A0A;
}
</style>
background-color css
<style>
a { background-color: #FE1A0A; }
a { background-color: rgb(254,26,10); }
div.DivClassName
{
background-color: #FE1A0A;
}
.BgClassName
{
background-color: #FE1A0A;
}
</style>
border-color css
<style>
span { border-color: #FE1A0A; }
span { border-color: rgb(254,26,10); }
td.TdClassName
{
border-color: #FE1A0A;
}
.TagClassName
{
border-color: #FE1A0A;
}
</style>