Shades of Scarlet #FE2010
Tints of Scarlet #FE2010
RGB
CMYK
RGB Variations
Color information
#FE2010 (or 0xFE2010) is known color: Scarlet. HEX triplet: FE, 20 and 10. RGB value is (254,32,16). Sum of RGB (Red+Green+Blue) = 254+32+16=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2010 is #01DFEF. Grayscale: #606060. Windows color (decimal): -122864 or 1057022. OLE color: 1057022.
HSL color Cylindrical-coordinate representation of color #FE2010: hue angle of 4.03º 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 #FE2010 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.00 |
| HSL | 4.03º | 0.99% | 0.53% | - |
| HSV(B) | 4.03º | 0.94% | 1% | - |
| XYZ | 41.48 | 22.14 | 2.58 | - |
| YUV | 96.55 | 82.55 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 16 | 0 | 0.87 | 0.94 | 0.00 | 4.03 | 0.99 | 0.53 |
| Hex | FE | 20 | 10 | 0 | 57 | 5E | 0 | 4 | 63 | 35 |
| Octal | 376 | 40 | 20 | 0 | 127 | 136 | 0 | 4 | 143 | 65 |
| Binary | 11111110 | 100000 | 10000 | 0 | 1010111 | 1011110 | 0 | 100 | 1100011 | 110101 |
Color Harmonies of #FE2010
Complementary color
Monochromatic Colors of #FE2010
Black with #FE2010
Text Example
Text Example
White with #FE2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2010; }
p { color: rgb(254,32,16); }
H1.HeaderClassName
{
color: #FE2010;
}
.AnyTagClassName
{
color: #FE2010;
}
</style>
background-color css
<style>
a { background-color: #FE2010; }
a { background-color: rgb(254,32,16); }
div.DivClassName
{
background-color: #FE2010;
}
.BgClassName
{
background-color: #FE2010;
}
</style>
border-color css
<style>
span { border-color: #FE2010; }
span { border-color: rgb(254,32,16); }
td.TdClassName
{
border-color: #FE2010;
}
.TagClassName
{
border-color: #FE2010;
}
</style>