Shades of Scarlet #F81D04
Tints of Scarlet #F81D04
RGB
CMYK
RGB Variations
Color information
#F81D04 (or 0xF81D04) is known color: Scarlet. HEX triplet: F8, 1D and 04. RGB value is (248,29,4). Sum of RGB (Red+Green+Blue) = 248+29+4=281 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.26% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D04 is #07E2FB. Grayscale: #5B5B5B. Windows color (decimal): -516860 or 269816. OLE color: 269816.
HSL color Cylindrical-coordinate representation of color #F81D04: hue angle of 6.15º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F81D04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.03 |
| HSL | 6.15º | 0.97% | 0.49% | - |
| HSV(B) | 6.15º | 0.98% | 0.97% | - |
| XYZ | 39.17 | 20.84 | 2.07 | - |
| YUV | 91.63 | 78.55 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 4 | 0 | 0.88 | 0.98 | 0.03 | 6.15 | 0.97 | 0.49 |
| Hex | F8 | 1D | 4 | 0 | 58 | 62 | 3 | 6 | 61 | 31 |
| Octal | 370 | 35 | 4 | 0 | 130 | 142 | 3 | 6 | 141 | 61 |
| Binary | 11111000 | 11101 | 100 | 0 | 1011000 | 1100010 | 11 | 110 | 1100001 | 110001 |
Color Harmonies of #F81D04
Complementary color
Monochromatic Colors of #F81D04
Black with #F81D04
Text Example
Text Example
White with #F81D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D04; }
p { color: rgb(248,29,4); }
H1.HeaderClassName
{
color: #F81D04;
}
.AnyTagClassName
{
color: #F81D04;
}
</style>
background-color css
<style>
a { background-color: #F81D04; }
a { background-color: rgb(248,29,4); }
div.DivClassName
{
background-color: #F81D04;
}
.BgClassName
{
background-color: #F81D04;
}
</style>
border-color css
<style>
span { border-color: #F81D04; }
span { border-color: rgb(248,29,4); }
td.TdClassName
{
border-color: #F81D04;
}
.TagClassName
{
border-color: #F81D04;
}
</style>