Shades of Scarlet #FE1F1C
Tints of Scarlet #FE1F1C
RGB
CMYK
RGB Variations
Color information
#FE1F1C (or 0xFE1F1C) is known color: Scarlet. HEX triplet: FE, 1F and 1C. RGB value is (254,31,28). Sum of RGB (Red+Green+Blue) = 254+31+28=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1F1C is #01E0E3. Grayscale: #616161. Windows color (decimal): -123108 or 1843198. OLE color: 1843198.
HSL color Cylindrical-coordinate representation of color #FE1F1C: hue angle of 0.8º 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 #FE1F1C is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 28 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.00 |
| HSL | 0.8º | 0.99% | 0.55% | - |
| HSV(B) | 0.8º | 0.89% | 1% | - |
| XYZ | 41.57 | 22.13 | 3.18 | - |
| YUV | 97.34 | 88.88 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 28 | 0 | 0.88 | 0.89 | 0.00 | 0.8 | 0.99 | 0.55 |
| Hex | FE | 1F | 1C | 0 | 58 | 59 | 0 | 1 | 63 | 37 |
| Octal | 376 | 37 | 34 | 0 | 130 | 131 | 0 | 1 | 143 | 67 |
| Binary | 11111110 | 11111 | 11100 | 0 | 1011000 | 1011001 | 0 | 1 | 1100011 | 110111 |
Color Harmonies of #FE1F1C
Complementary color
Monochromatic Colors of #FE1F1C
Black with #FE1F1C
Text Example
Text Example
White with #FE1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F1C; }
p { color: rgb(254,31,28); }
H1.HeaderClassName
{
color: #FE1F1C;
}
.AnyTagClassName
{
color: #FE1F1C;
}
</style>
background-color css
<style>
a { background-color: #FE1F1C; }
a { background-color: rgb(254,31,28); }
div.DivClassName
{
background-color: #FE1F1C;
}
.BgClassName
{
background-color: #FE1F1C;
}
</style>
border-color css
<style>
span { border-color: #FE1F1C; }
span { border-color: rgb(254,31,28); }
td.TdClassName
{
border-color: #FE1F1C;
}
.TagClassName
{
border-color: #FE1F1C;
}
</style>