Shades of Scarlet #F81C19
Tints of Scarlet #F81C19
RGB
CMYK
RGB Variations
Color information
#F81C19 (or 0xF81C19) is known color: Scarlet. HEX triplet: F8, 1C and 19. RGB value is (248,28,25). Sum of RGB (Red+Green+Blue) = 248+28+25=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C19 is #07E3E6. Grayscale: #5D5D5D. Windows color (decimal): -517095 or 1645816. OLE color: 1645816.
HSL color Cylindrical-coordinate representation of color #F81C19: hue angle of 0.81º 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 #F81C19 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 25 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.03 |
| HSL | 0.81º | 0.94% | 0.54% | - |
| HSV(B) | 0.81º | 0.9% | 0.97% | - |
| XYZ | 39.3 | 20.86 | 2.87 | - |
| YUV | 93.44 | 89.39 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 25 | 0 | 0.89 | 0.90 | 0.03 | 0.81 | 0.94 | 0.54 |
| Hex | F8 | 1C | 19 | 0 | 59 | 5A | 3 | 1 | 5E | 36 |
| Octal | 370 | 34 | 31 | 0 | 131 | 132 | 3 | 1 | 136 | 66 |
| Binary | 11111000 | 11100 | 11001 | 0 | 1011001 | 1011010 | 11 | 1 | 1011110 | 110110 |
Color Harmonies of #F81C19
Complementary color
Monochromatic Colors of #F81C19
Black with #F81C19
Text Example
Text Example
White with #F81C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C19; }
p { color: rgb(248,28,25); }
H1.HeaderClassName
{
color: #F81C19;
}
.AnyTagClassName
{
color: #F81C19;
}
</style>
background-color css
<style>
a { background-color: #F81C19; }
a { background-color: rgb(248,28,25); }
div.DivClassName
{
background-color: #F81C19;
}
.BgClassName
{
background-color: #F81C19;
}
</style>
border-color css
<style>
span { border-color: #F81C19; }
span { border-color: rgb(248,28,25); }
td.TdClassName
{
border-color: #F81C19;
}
.TagClassName
{
border-color: #F81C19;
}
</style>