Shades of Scarlet #F81D19
Tints of Scarlet #F81D19
RGB
CMYK
RGB Variations
Color information
#F81D19 (or 0xF81D19) is known color: Scarlet. HEX triplet: F8, 1D and 19. RGB value is (248,29,25). Sum of RGB (Red+Green+Blue) = 248+29+25=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D19 is #07E2E6. Grayscale: #5E5E5E. Windows color (decimal): -516839 or 1646072. OLE color: 1646072.
HSL color Cylindrical-coordinate representation of color #F81D19: hue angle of 1.08º 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 #F81D19 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 25 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.03 |
| HSL | 1.08º | 0.94% | 0.54% | - |
| HSV(B) | 1.08º | 0.9% | 0.97% | - |
| XYZ | 39.33 | 20.91 | 2.88 | - |
| YUV | 94.03 | 89.05 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 25 | 0 | 0.88 | 0.90 | 0.03 | 1.08 | 0.94 | 0.54 |
| Hex | F8 | 1D | 19 | 0 | 58 | 5A | 3 | 1 | 5E | 36 |
| Octal | 370 | 35 | 31 | 0 | 130 | 132 | 3 | 1 | 136 | 66 |
| Binary | 11111000 | 11101 | 11001 | 0 | 1011000 | 1011010 | 11 | 1 | 1011110 | 110110 |
Color Harmonies of #F81D19
Complementary color
Monochromatic Colors of #F81D19
Black with #F81D19
Text Example
Text Example
White with #F81D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D19; }
p { color: rgb(248,29,25); }
H1.HeaderClassName
{
color: #F81D19;
}
.AnyTagClassName
{
color: #F81D19;
}
</style>
background-color css
<style>
a { background-color: #F81D19; }
a { background-color: rgb(248,29,25); }
div.DivClassName
{
background-color: #F81D19;
}
.BgClassName
{
background-color: #F81D19;
}
</style>
border-color css
<style>
span { border-color: #F81D19; }
span { border-color: rgb(248,29,25); }
td.TdClassName
{
border-color: #F81D19;
}
.TagClassName
{
border-color: #F81D19;
}
</style>