Shades of Scarlet #FE3019
Tints of Scarlet #FE3019
RGB
CMYK
RGB Variations
Color information
#FE3019 (or 0xFE3019) is known color: Scarlet. HEX triplet: FE, 30 and 19. RGB value is (254,48,25). Sum of RGB (Red+Green+Blue) = 254+48+25=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3019 is #01CFE6. Grayscale: #6B6B6B. Windows color (decimal): -118759 or 1650942. OLE color: 1650942.
HSL color Cylindrical-coordinate representation of color #FE3019: hue angle of 6.03º 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 #FE3019 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 25 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.00 |
| HSL | 6.03º | 0.99% | 0.55% | - |
| HSV(B) | 6.03º | 0.9% | 1% | - |
| XYZ | 42.11 | 23.25 | 3.19 | - |
| YUV | 106.97 | 81.75 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 25 | 0 | 0.81 | 0.90 | 0.00 | 6.03 | 0.99 | 0.55 |
| Hex | FE | 30 | 19 | 0 | 51 | 5A | 0 | 6 | 63 | 37 |
| Octal | 376 | 60 | 31 | 0 | 121 | 132 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 110000 | 11001 | 0 | 1010001 | 1011010 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE3019
Complementary color
Monochromatic Colors of #FE3019
Black with #FE3019
Text Example
Text Example
White with #FE3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3019; }
p { color: rgb(254,48,25); }
H1.HeaderClassName
{
color: #FE3019;
}
.AnyTagClassName
{
color: #FE3019;
}
</style>
background-color css
<style>
a { background-color: #FE3019; }
a { background-color: rgb(254,48,25); }
div.DivClassName
{
background-color: #FE3019;
}
.BgClassName
{
background-color: #FE3019;
}
</style>
border-color css
<style>
span { border-color: #FE3019; }
span { border-color: rgb(254,48,25); }
td.TdClassName
{
border-color: #FE3019;
}
.TagClassName
{
border-color: #FE3019;
}
</style>