Shades of Scarlet #FE160A
Tints of Scarlet #FE160A
RGB
CMYK
RGB Variations
Color information
#FE160A (or 0xFE160A) is known color: Scarlet. HEX triplet: FE, 16 and 0A. RGB value is (254,22,10). Sum of RGB (Red+Green+Blue) = 254+22+10=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE160A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE160A is #01E9F5. Grayscale: #5A5A5A. Windows color (decimal): -125430 or 661246. OLE color: 661246.
HSL color Cylindrical-coordinate representation of color #FE160A: hue angle of 2.95º 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 #FE160A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.00 |
| HSL | 2.95º | 0.99% | 0.52% | - |
| HSV(B) | 2.95º | 0.96% | 1% | - |
| XYZ | 41.21 | 21.67 | 2.3 | - |
| YUV | 90 | 82.86 | 244.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 10 | 0 | 0.91 | 0.96 | 0.00 | 2.95 | 0.99 | 0.52 |
| Hex | FE | 16 | A | 0 | 5B | 60 | 0 | 3 | 63 | 34 |
| Octal | 376 | 26 | 12 | 0 | 133 | 140 | 0 | 3 | 143 | 64 |
| Binary | 11111110 | 10110 | 1010 | 0 | 1011011 | 1100000 | 0 | 11 | 1100011 | 110100 |
Color Harmonies of #FE160A
Complementary color
Monochromatic Colors of #FE160A
Black with #FE160A
Text Example
Text Example
White with #FE160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE160A; }
p { color: rgb(254,22,10); }
H1.HeaderClassName
{
color: #FE160A;
}
.AnyTagClassName
{
color: #FE160A;
}
</style>
background-color css
<style>
a { background-color: #FE160A; }
a { background-color: rgb(254,22,10); }
div.DivClassName
{
background-color: #FE160A;
}
.BgClassName
{
background-color: #FE160A;
}
</style>
border-color css
<style>
span { border-color: #FE160A; }
span { border-color: rgb(254,22,10); }
td.TdClassName
{
border-color: #FE160A;
}
.TagClassName
{
border-color: #FE160A;
}
</style>