Shades of Scarlet #FE2110
Tints of Scarlet #FE2110
RGB
CMYK
RGB Variations
Color information
#FE2110 (or 0xFE2110) is known color: Scarlet. HEX triplet: FE, 21 and 10. RGB value is (254,33,16). Sum of RGB (Red+Green+Blue) = 254+33+16=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2110 is #01DEEF. Grayscale: #616161. Windows color (decimal): -122608 or 1057278. OLE color: 1057278.
HSL color Cylindrical-coordinate representation of color #FE2110: hue angle of 4.29º 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 #FE2110 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.00 |
| HSL | 4.29º | 0.99% | 0.53% | - |
| HSV(B) | 4.29º | 0.94% | 1% | - |
| XYZ | 41.51 | 22.2 | 2.59 | - |
| YUV | 97.14 | 82.22 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 16 | 0 | 0.87 | 0.94 | 0.00 | 4.29 | 0.99 | 0.53 |
| Hex | FE | 21 | 10 | 0 | 57 | 5E | 0 | 4 | 63 | 35 |
| Octal | 376 | 41 | 20 | 0 | 127 | 136 | 0 | 4 | 143 | 65 |
| Binary | 11111110 | 100001 | 10000 | 0 | 1010111 | 1011110 | 0 | 100 | 1100011 | 110101 |
Color Harmonies of #FE2110
Complementary color
Monochromatic Colors of #FE2110
Black with #FE2110
Text Example
Text Example
White with #FE2110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2110; }
p { color: rgb(254,33,16); }
H1.HeaderClassName
{
color: #FE2110;
}
.AnyTagClassName
{
color: #FE2110;
}
</style>
background-color css
<style>
a { background-color: #FE2110; }
a { background-color: rgb(254,33,16); }
div.DivClassName
{
background-color: #FE2110;
}
.BgClassName
{
background-color: #FE2110;
}
</style>
border-color css
<style>
span { border-color: #FE2110; }
span { border-color: rgb(254,33,16); }
td.TdClassName
{
border-color: #FE2110;
}
.TagClassName
{
border-color: #FE2110;
}
</style>