Shades of Scarlet #FE2610
Tints of Scarlet #FE2610
RGB
CMYK
RGB Variations
Color information
#FE2610 (or 0xFE2610) is known color: Scarlet. HEX triplet: FE, 26 and 10. RGB value is (254,38,16). Sum of RGB (Red+Green+Blue) = 254+38+16=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2610 is #01D9EF. Grayscale: #646464. Windows color (decimal): -121328 or 1058558. OLE color: 1058558.
HSL color Cylindrical-coordinate representation of color #FE2610: hue angle of 5.55º 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 #FE2610 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 16 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.00 |
| HSL | 5.55º | 0.99% | 0.53% | - |
| HSV(B) | 5.55º | 0.94% | 1% | - |
| XYZ | 41.66 | 22.49 | 2.64 | - |
| YUV | 100.08 | 80.56 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 16 | 0 | 0.85 | 0.94 | 0.00 | 5.55 | 0.99 | 0.53 |
| Hex | FE | 26 | 10 | 0 | 55 | 5E | 0 | 6 | 63 | 35 |
| Octal | 376 | 46 | 20 | 0 | 125 | 136 | 0 | 6 | 143 | 65 |
| Binary | 11111110 | 100110 | 10000 | 0 | 1010101 | 1011110 | 0 | 110 | 1100011 | 110101 |
Color Harmonies of #FE2610
Complementary color
Monochromatic Colors of #FE2610
Black with #FE2610
Text Example
Text Example
White with #FE2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2610; }
p { color: rgb(254,38,16); }
H1.HeaderClassName
{
color: #FE2610;
}
.AnyTagClassName
{
color: #FE2610;
}
</style>
background-color css
<style>
a { background-color: #FE2610; }
a { background-color: rgb(254,38,16); }
div.DivClassName
{
background-color: #FE2610;
}
.BgClassName
{
background-color: #FE2610;
}
</style>
border-color css
<style>
span { border-color: #FE2610; }
span { border-color: rgb(254,38,16); }
td.TdClassName
{
border-color: #FE2610;
}
.TagClassName
{
border-color: #FE2610;
}
</style>