Shades of Scarlet #FE1610
Tints of Scarlet #FE1610
RGB
CMYK
RGB Variations
Color information
#FE1610 (or 0xFE1610) is known color: Scarlet. HEX triplet: FE, 16 and 10. RGB value is (254,22,16). Sum of RGB (Red+Green+Blue) = 254+22+16=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1610 is #01E9EF. Grayscale: #5A5A5A. Windows color (decimal): -125424 or 1054462. OLE color: 1054462.
HSL color Cylindrical-coordinate representation of color #FE1610: hue angle of 1.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1610 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 16 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.00 |
| HSL | 1.51º | 0.99% | 0.53% | - |
| HSV(B) | 1.51º | 0.94% | 1% | - |
| XYZ | 41.25 | 21.68 | 2.5 | - |
| YUV | 90.68 | 85.86 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 16 | 0 | 0.91 | 0.94 | 0.00 | 1.51 | 0.99 | 0.53 |
| Hex | FE | 16 | 10 | 0 | 5B | 5E | 0 | 2 | 63 | 35 |
| Octal | 376 | 26 | 20 | 0 | 133 | 136 | 0 | 2 | 143 | 65 |
| Binary | 11111110 | 10110 | 10000 | 0 | 1011011 | 1011110 | 0 | 10 | 1100011 | 110101 |
Color Harmonies of #FE1610
Complementary color
Monochromatic Colors of #FE1610
Black with #FE1610
Text Example
Text Example
White with #FE1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1610; }
p { color: rgb(254,22,16); }
H1.HeaderClassName
{
color: #FE1610;
}
.AnyTagClassName
{
color: #FE1610;
}
</style>
background-color css
<style>
a { background-color: #FE1610; }
a { background-color: rgb(254,22,16); }
div.DivClassName
{
background-color: #FE1610;
}
.BgClassName
{
background-color: #FE1610;
}
</style>
border-color css
<style>
span { border-color: #FE1610; }
span { border-color: rgb(254,22,16); }
td.TdClassName
{
border-color: #FE1610;
}
.TagClassName
{
border-color: #FE1610;
}
</style>