Shades of Scarlet #F81504
Tints of Scarlet #F81504
RGB
CMYK
RGB Variations
Color information
#F81504 (or 0xF81504) is known color: Scarlet. HEX triplet: F8, 15 and 04. RGB value is (248,21,4). Sum of RGB (Red+Green+Blue) = 248+21+4=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F81504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81504 is #07EAFB. Grayscale: #575757. Windows color (decimal): -518908 or 267768. OLE color: 267768.
HSL color Cylindrical-coordinate representation of color #F81504: hue angle of 4.18º 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 #F81504 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.03 |
| HSL | 4.18º | 0.97% | 0.49% | - |
| HSV(B) | 4.18º | 0.98% | 0.97% | - |
| XYZ | 39 | 20.5 | 2.02 | - |
| YUV | 86.94 | 81.21 | 242.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 4 | 0 | 0.92 | 0.98 | 0.03 | 4.18 | 0.97 | 0.49 |
| Hex | F8 | 15 | 4 | 0 | 5C | 62 | 3 | 4 | 61 | 31 |
| Octal | 370 | 25 | 4 | 0 | 134 | 142 | 3 | 4 | 141 | 61 |
| Binary | 11111000 | 10101 | 100 | 0 | 1011100 | 1100010 | 11 | 100 | 1100001 | 110001 |
Color Harmonies of #F81504
Complementary color
Monochromatic Colors of #F81504
Black with #F81504
Text Example
Text Example
White with #F81504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81504; }
p { color: rgb(248,21,4); }
H1.HeaderClassName
{
color: #F81504;
}
.AnyTagClassName
{
color: #F81504;
}
</style>
background-color css
<style>
a { background-color: #F81504; }
a { background-color: rgb(248,21,4); }
div.DivClassName
{
background-color: #F81504;
}
.BgClassName
{
background-color: #F81504;
}
</style>
border-color css
<style>
span { border-color: #F81504; }
span { border-color: rgb(248,21,4); }
td.TdClassName
{
border-color: #F81504;
}
.TagClassName
{
border-color: #F81504;
}
</style>