Shades of Scarlet #F81E19
Tints of Scarlet #F81E19
RGB
CMYK
RGB Variations
Color information
#F81E19 (or 0xF81E19) is known color: Scarlet. HEX triplet: F8, 1E and 19. RGB value is (248,30,25). Sum of RGB (Red+Green+Blue) = 248+30+25=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81E19 is #07E1E6. Grayscale: #5E5E5E. Windows color (decimal): -516583 or 1646328. OLE color: 1646328.
HSL color Cylindrical-coordinate representation of color #F81E19: hue angle of 1.35º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81E19 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 25 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.03 |
| HSL | 1.35º | 0.94% | 0.54% | - |
| HSV(B) | 1.35º | 0.9% | 0.97% | - |
| XYZ | 39.35 | 20.96 | 2.89 | - |
| YUV | 94.61 | 88.72 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 25 | 0 | 0.88 | 0.90 | 0.03 | 1.35 | 0.94 | 0.54 |
| Hex | F8 | 1E | 19 | 0 | 58 | 5A | 3 | 1 | 5E | 36 |
| Octal | 370 | 36 | 31 | 0 | 130 | 132 | 3 | 1 | 136 | 66 |
| Binary | 11111000 | 11110 | 11001 | 0 | 1011000 | 1011010 | 11 | 1 | 1011110 | 110110 |
Color Harmonies of #F81E19
Complementary color
Monochromatic Colors of #F81E19
Black with #F81E19
Text Example
Text Example
White with #F81E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E19; }
p { color: rgb(248,30,25); }
H1.HeaderClassName
{
color: #F81E19;
}
.AnyTagClassName
{
color: #F81E19;
}
</style>
background-color css
<style>
a { background-color: #F81E19; }
a { background-color: rgb(248,30,25); }
div.DivClassName
{
background-color: #F81E19;
}
.BgClassName
{
background-color: #F81E19;
}
</style>
border-color css
<style>
span { border-color: #F81E19; }
span { border-color: rgb(248,30,25); }
td.TdClassName
{
border-color: #F81E19;
}
.TagClassName
{
border-color: #F81E19;
}
</style>