Shades of Scarlet #FE3119
Tints of Scarlet #FE3119
RGB
CMYK
RGB Variations
Color information
#FE3119 (or 0xFE3119) is known color: Scarlet. HEX triplet: FE, 31 and 19. RGB value is (254,49,25). Sum of RGB (Red+Green+Blue) = 254+49+25=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3119 is #01CEE6. Grayscale: #6B6B6B. Windows color (decimal): -118503 or 1651198. OLE color: 1651198.
HSL color Cylindrical-coordinate representation of color #FE3119: hue angle of 6.29º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE3119 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 25 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.00 |
| HSL | 6.29º | 0.99% | 0.55% | - |
| HSV(B) | 6.29º | 0.9% | 1% | - |
| XYZ | 42.15 | 23.34 | 3.2 | - |
| YUV | 107.56 | 81.42 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 25 | 0 | 0.81 | 0.90 | 0.00 | 6.29 | 0.99 | 0.55 |
| Hex | FE | 31 | 19 | 0 | 51 | 5A | 0 | 6 | 63 | 37 |
| Octal | 376 | 61 | 31 | 0 | 121 | 132 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 110001 | 11001 | 0 | 1010001 | 1011010 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE3119
Complementary color
Monochromatic Colors of #FE3119
Black with #FE3119
Text Example
Text Example
White with #FE3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3119; }
p { color: rgb(254,49,25); }
H1.HeaderClassName
{
color: #FE3119;
}
.AnyTagClassName
{
color: #FE3119;
}
</style>
background-color css
<style>
a { background-color: #FE3119; }
a { background-color: rgb(254,49,25); }
div.DivClassName
{
background-color: #FE3119;
}
.BgClassName
{
background-color: #FE3119;
}
</style>
border-color css
<style>
span { border-color: #FE3119; }
span { border-color: rgb(254,49,25); }
td.TdClassName
{
border-color: #FE3119;
}
.TagClassName
{
border-color: #FE3119;
}
</style>