Shades of Scarlet #FE2210
Tints of Scarlet #FE2210
RGB
CMYK
RGB Variations
Color information
#FE2210 (or 0xFE2210) is known color: Scarlet. HEX triplet: FE, 22 and 10. RGB value is (254,34,16). Sum of RGB (Red+Green+Blue) = 254+34+16=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2210 is #01DDEF. Grayscale: #626262. Windows color (decimal): -122352 or 1057534. OLE color: 1057534.
HSL color Cylindrical-coordinate representation of color #FE2210: hue angle of 4.54º 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 #FE2210 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.00 |
| HSL | 4.54º | 0.99% | 0.53% | - |
| HSV(B) | 4.54º | 0.94% | 1% | - |
| XYZ | 41.54 | 22.25 | 2.6 | - |
| YUV | 97.73 | 81.89 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 16 | 0 | 0.87 | 0.94 | 0.00 | 4.54 | 0.99 | 0.53 |
| Hex | FE | 22 | 10 | 0 | 57 | 5E | 0 | 5 | 63 | 35 |
| Octal | 376 | 42 | 20 | 0 | 127 | 136 | 0 | 5 | 143 | 65 |
| Binary | 11111110 | 100010 | 10000 | 0 | 1010111 | 1011110 | 0 | 101 | 1100011 | 110101 |
Color Harmonies of #FE2210
Complementary color
Monochromatic Colors of #FE2210
Black with #FE2210
Text Example
Text Example
White with #FE2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2210; }
p { color: rgb(254,34,16); }
H1.HeaderClassName
{
color: #FE2210;
}
.AnyTagClassName
{
color: #FE2210;
}
</style>
background-color css
<style>
a { background-color: #FE2210; }
a { background-color: rgb(254,34,16); }
div.DivClassName
{
background-color: #FE2210;
}
.BgClassName
{
background-color: #FE2210;
}
</style>
border-color css
<style>
span { border-color: #FE2210; }
span { border-color: rgb(254,34,16); }
td.TdClassName
{
border-color: #FE2210;
}
.TagClassName
{
border-color: #FE2210;
}
</style>