Shades of Scarlet #FE2710
Tints of Scarlet #FE2710
RGB
CMYK
RGB Variations
Color information
#FE2710 (or 0xFE2710) is known color: Scarlet. HEX triplet: FE, 27 and 10. RGB value is (254,39,16). Sum of RGB (Red+Green+Blue) = 254+39+16=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2710 is #01D8EF. Grayscale: #646464. Windows color (decimal): -121072 or 1058814. OLE color: 1058814.
HSL color Cylindrical-coordinate representation of color #FE2710: hue angle of 5.8º 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 #FE2710 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 16 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.00 |
| HSL | 5.8º | 0.99% | 0.53% | - |
| HSV(B) | 5.8º | 0.94% | 1% | - |
| XYZ | 41.69 | 22.56 | 2.65 | - |
| YUV | 100.66 | 80.23 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 16 | 0 | 0.85 | 0.94 | 0.00 | 5.8 | 0.99 | 0.53 |
| Hex | FE | 27 | 10 | 0 | 55 | 5E | 0 | 6 | 63 | 35 |
| Octal | 376 | 47 | 20 | 0 | 125 | 136 | 0 | 6 | 143 | 65 |
| Binary | 11111110 | 100111 | 10000 | 0 | 1010101 | 1011110 | 0 | 110 | 1100011 | 110101 |
Color Harmonies of #FE2710
Complementary color
Monochromatic Colors of #FE2710
Black with #FE2710
Text Example
Text Example
White with #FE2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2710; }
p { color: rgb(254,39,16); }
H1.HeaderClassName
{
color: #FE2710;
}
.AnyTagClassName
{
color: #FE2710;
}
</style>
background-color css
<style>
a { background-color: #FE2710; }
a { background-color: rgb(254,39,16); }
div.DivClassName
{
background-color: #FE2710;
}
.BgClassName
{
background-color: #FE2710;
}
</style>
border-color css
<style>
span { border-color: #FE2710; }
span { border-color: rgb(254,39,16); }
td.TdClassName
{
border-color: #FE2710;
}
.TagClassName
{
border-color: #FE2710;
}
</style>