Shades of Scarlet #FE2100
Tints of Scarlet #FE2100
RGB
CMYK
RGB Variations
Color information
#FE2100 (or 0xFE2100) is known color: Scarlet. HEX triplet: FE, 21 and 00. RGB value is (254,33,0). Sum of RGB (Red+Green+Blue) = 254+33+0=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2100 is #01DEFF. Grayscale: #5F5F5F. Windows color (decimal): -122624 or 8702. OLE color: 8702.
HSL color Cylindrical-coordinate representation of color #FE2100: hue angle of 7.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2100 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.00 |
| HSL | 7.8º | 1% | 0.5% | - |
| HSV(B) | 7.8º | 1% | 1% | - |
| XYZ | 41.42 | 22.16 | 2.09 | - |
| YUV | 95.32 | 74.22 | 241.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 0 | 0 | 0.87 | 1 | 0.00 | 7.8 | 1 | 0.5 |
| Hex | FE | 21 | 0 | 0 | 57 | 64 | 0 | 8 | 64 | 32 |
| Octal | 376 | 41 | 0 | 0 | 127 | 144 | 0 | 10 | 144 | 62 |
| Binary | 11111110 | 100001 | 0 | 0 | 1010111 | 1100100 | 0 | 1000 | 1100100 | 110010 |
Color Harmonies of #FE2100
Complementary color
Monochromatic Colors of #FE2100
Black with #FE2100
Text Example
Text Example
White with #FE2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2100; }
p { color: rgb(254,33,0); }
H1.HeaderClassName
{
color: #FE2100;
}
.AnyTagClassName
{
color: #FE2100;
}
</style>
background-color css
<style>
a { background-color: #FE2100; }
a { background-color: rgb(254,33,0); }
div.DivClassName
{
background-color: #FE2100;
}
.BgClassName
{
background-color: #FE2100;
}
</style>
border-color css
<style>
span { border-color: #FE2100; }
span { border-color: rgb(254,33,0); }
td.TdClassName
{
border-color: #FE2100;
}
.TagClassName
{
border-color: #FE2100;
}
</style>