Shades of Scarlet #FE2910
Tints of Scarlet #FE2910
RGB
CMYK
RGB Variations
Color information
#FE2910 (or 0xFE2910) is known color: Scarlet. HEX triplet: FE, 29 and 10. RGB value is (254,41,16). Sum of RGB (Red+Green+Blue) = 254+41+16=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2910 is #01D6EF. Grayscale: #666666. Windows color (decimal): -120560 or 1059326. OLE color: 1059326.
HSL color Cylindrical-coordinate representation of color #FE2910: hue angle of 6.3º 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 #FE2910 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 16 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.00 |
| HSL | 6.3º | 0.99% | 0.53% | - |
| HSV(B) | 6.3º | 0.94% | 1% | - |
| XYZ | 41.76 | 22.69 | 2.67 | - |
| YUV | 101.84 | 79.57 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 16 | 0 | 0.84 | 0.94 | 0.00 | 6.3 | 0.99 | 0.53 |
| Hex | FE | 29 | 10 | 0 | 54 | 5E | 0 | 6 | 63 | 35 |
| Octal | 376 | 51 | 20 | 0 | 124 | 136 | 0 | 6 | 143 | 65 |
| Binary | 11111110 | 101001 | 10000 | 0 | 1010100 | 1011110 | 0 | 110 | 1100011 | 110101 |
Color Harmonies of #FE2910
Complementary color
Monochromatic Colors of #FE2910
Black with #FE2910
Text Example
Text Example
White with #FE2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2910; }
p { color: rgb(254,41,16); }
H1.HeaderClassName
{
color: #FE2910;
}
.AnyTagClassName
{
color: #FE2910;
}
</style>
background-color css
<style>
a { background-color: #FE2910; }
a { background-color: rgb(254,41,16); }
div.DivClassName
{
background-color: #FE2910;
}
.BgClassName
{
background-color: #FE2910;
}
</style>
border-color css
<style>
span { border-color: #FE2910; }
span { border-color: rgb(254,41,16); }
td.TdClassName
{
border-color: #FE2910;
}
.TagClassName
{
border-color: #FE2910;
}
</style>