Shades of Scarlet #FE211C
Tints of Scarlet #FE211C
RGB
CMYK
RGB Variations
Color information
#FE211C (or 0xFE211C) is known color: Scarlet. HEX triplet: FE, 21 and 1C. RGB value is (254,33,28). Sum of RGB (Red+Green+Blue) = 254+33+28=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE211C is #01DEE3. Grayscale: #626262. Windows color (decimal): -122596 or 1843710. OLE color: 1843710.
HSL color Cylindrical-coordinate representation of color #FE211C: hue angle of 1.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE211C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.00 |
| HSL | 1.33º | 0.99% | 0.55% | - |
| HSV(B) | 1.33º | 0.89% | 1% | - |
| XYZ | 41.63 | 22.24 | 3.2 | - |
| YUV | 98.51 | 88.22 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 28 | 0 | 0.87 | 0.89 | 0.00 | 1.33 | 0.99 | 0.55 |
| Hex | FE | 21 | 1C | 0 | 57 | 59 | 0 | 1 | 63 | 37 |
| Octal | 376 | 41 | 34 | 0 | 127 | 131 | 0 | 1 | 143 | 67 |
| Binary | 11111110 | 100001 | 11100 | 0 | 1010111 | 1011001 | 0 | 1 | 1100011 | 110111 |
Color Harmonies of #FE211C
Complementary color
Monochromatic Colors of #FE211C
Black with #FE211C
Text Example
Text Example
White with #FE211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE211C; }
p { color: rgb(254,33,28); }
H1.HeaderClassName
{
color: #FE211C;
}
.AnyTagClassName
{
color: #FE211C;
}
</style>
background-color css
<style>
a { background-color: #FE211C; }
a { background-color: rgb(254,33,28); }
div.DivClassName
{
background-color: #FE211C;
}
.BgClassName
{
background-color: #FE211C;
}
</style>
border-color css
<style>
span { border-color: #FE211C; }
span { border-color: rgb(254,33,28); }
td.TdClassName
{
border-color: #FE211C;
}
.TagClassName
{
border-color: #FE211C;
}
</style>