Shades of Scarlet #FE1912
Tints of Scarlet #FE1912
RGB
CMYK
RGB Variations
Color information
#FE1912 (or 0xFE1912) is known color: Scarlet. HEX triplet: FE, 19 and 12. RGB value is (254,25,18). Sum of RGB (Red+Green+Blue) = 254+25+18=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1912 is #01E6ED. Grayscale: #5C5C5C. Windows color (decimal): -124654 or 1186302. OLE color: 1186302.
HSL color Cylindrical-coordinate representation of color #FE1912: hue angle of 1.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1912 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.00 |
| HSL | 1.78º | 0.99% | 0.53% | - |
| HSV(B) | 1.78º | 0.93% | 1% | - |
| XYZ | 41.33 | 21.81 | 2.6 | - |
| YUV | 92.67 | 85.87 | 243.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 18 | 0 | 0.90 | 0.93 | 0.00 | 1.78 | 0.99 | 0.53 |
| Hex | FE | 19 | 12 | 0 | 5A | 5D | 0 | 2 | 63 | 35 |
| Octal | 376 | 31 | 22 | 0 | 132 | 135 | 0 | 2 | 143 | 65 |
| Binary | 11111110 | 11001 | 10010 | 0 | 1011010 | 1011101 | 0 | 10 | 1100011 | 110101 |
Color Harmonies of #FE1912
Complementary color
Monochromatic Colors of #FE1912
Black with #FE1912
Text Example
Text Example
White with #FE1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1912; }
p { color: rgb(254,25,18); }
H1.HeaderClassName
{
color: #FE1912;
}
.AnyTagClassName
{
color: #FE1912;
}
</style>
background-color css
<style>
a { background-color: #FE1912; }
a { background-color: rgb(254,25,18); }
div.DivClassName
{
background-color: #FE1912;
}
.BgClassName
{
background-color: #FE1912;
}
</style>
border-color css
<style>
span { border-color: #FE1912; }
span { border-color: rgb(254,25,18); }
td.TdClassName
{
border-color: #FE1912;
}
.TagClassName
{
border-color: #FE1912;
}
</style>