Shades of Scarlet #F81705
Tints of Scarlet #F81705
RGB
CMYK
RGB Variations
Color information
#F81705 (or 0xF81705) is known color: Scarlet. HEX triplet: F8, 17 and 05. RGB value is (248,23,5). Sum of RGB (Red+Green+Blue) = 248+23+5=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F81705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81705 is #07E8FA. Grayscale: #585858. Windows color (decimal): -518395 or 333816. OLE color: 333816.
HSL color Cylindrical-coordinate representation of color #F81705: hue angle of 4.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F81705 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.03 |
| HSL | 4.44º | 0.96% | 0.5% | - |
| HSV(B) | 4.44º | 0.98% | 0.97% | - |
| XYZ | 39.05 | 20.58 | 2.06 | - |
| YUV | 88.22 | 81.04 | 241.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 5 | 0 | 0.91 | 0.98 | 0.03 | 4.44 | 0.96 | 0.5 |
| Hex | F8 | 17 | 5 | 0 | 5B | 62 | 3 | 4 | 60 | 32 |
| Octal | 370 | 27 | 5 | 0 | 133 | 142 | 3 | 4 | 140 | 62 |
| Binary | 11111000 | 10111 | 101 | 0 | 1011011 | 1100010 | 11 | 100 | 1100000 | 110010 |
Color Harmonies of #F81705
Complementary color
Monochromatic Colors of #F81705
Black with #F81705
Text Example
Text Example
White with #F81705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81705; }
p { color: rgb(248,23,5); }
H1.HeaderClassName
{
color: #F81705;
}
.AnyTagClassName
{
color: #F81705;
}
</style>
background-color css
<style>
a { background-color: #F81705; }
a { background-color: rgb(248,23,5); }
div.DivClassName
{
background-color: #F81705;
}
.BgClassName
{
background-color: #F81705;
}
</style>
border-color css
<style>
span { border-color: #F81705; }
span { border-color: rgb(248,23,5); }
td.TdClassName
{
border-color: #F81705;
}
.TagClassName
{
border-color: #F81705;
}
</style>