Shades of Scarlet #FE2201
Tints of Scarlet #FE2201
RGB
CMYK
RGB Variations
Color information
#FE2201 (or 0xFE2201) is known color: Scarlet. HEX triplet: FE, 22 and 01. RGB value is (254,34,1). Sum of RGB (Red+Green+Blue) = 254+34+1=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2201 is #01DDFE. Grayscale: #606060. Windows color (decimal): -122367 or 74494. OLE color: 74494.
HSL color Cylindrical-coordinate representation of color #FE2201: hue angle of 7.83º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2201 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 1 | - |
| CMYK | 0 | 0.87 | 1.00 | 0.00 |
| HSL | 7.83º | 0.99% | 0.5% | - |
| HSV(B) | 7.83º | 1% | 1% | - |
| XYZ | 41.45 | 22.22 | 2.13 | - |
| YUV | 96.02 | 74.39 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 1 | 0 | 0.87 | 1.00 | 0.00 | 7.83 | 0.99 | 0.5 |
| Hex | FE | 22 | 1 | 0 | 57 | 64 | 0 | 8 | 63 | 32 |
| Octal | 376 | 42 | 1 | 0 | 127 | 144 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100010 | 1 | 0 | 1010111 | 1100100 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2201
Complementary color
Monochromatic Colors of #FE2201
Black with #FE2201
Text Example
Text Example
White with #FE2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2201; }
p { color: rgb(254,34,1); }
H1.HeaderClassName
{
color: #FE2201;
}
.AnyTagClassName
{
color: #FE2201;
}
</style>
background-color css
<style>
a { background-color: #FE2201; }
a { background-color: rgb(254,34,1); }
div.DivClassName
{
background-color: #FE2201;
}
.BgClassName
{
background-color: #FE2201;
}
</style>
border-color css
<style>
span { border-color: #FE2201; }
span { border-color: rgb(254,34,1); }
td.TdClassName
{
border-color: #FE2201;
}
.TagClassName
{
border-color: #FE2201;
}
</style>