Shades of Scarlet #F81409
Tints of Scarlet #F81409
RGB
CMYK
RGB Variations
Color information
#F81409 (or 0xF81409) is known color: Scarlet. HEX triplet: F8, 14 and 09. RGB value is (248,20,9). Sum of RGB (Red+Green+Blue) = 248+20+9=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F81409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81409 is #07EBF6. Grayscale: #575757. Windows color (decimal): -519159 or 595192. OLE color: 595192.
HSL color Cylindrical-coordinate representation of color #F81409: hue angle of 2.76º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F81409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.03 |
| HSL | 2.76º | 0.94% | 0.5% | - |
| HSV(B) | 2.76º | 0.96% | 0.97% | - |
| XYZ | 39.01 | 20.48 | 2.15 | - |
| YUV | 86.92 | 84.04 | 242.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 9 | 0 | 0.92 | 0.96 | 0.03 | 2.76 | 0.94 | 0.5 |
| Hex | F8 | 14 | 9 | 0 | 5C | 60 | 3 | 3 | 5E | 32 |
| Octal | 370 | 24 | 11 | 0 | 134 | 140 | 3 | 3 | 136 | 62 |
| Binary | 11111000 | 10100 | 1001 | 0 | 1011100 | 1100000 | 11 | 11 | 1011110 | 110010 |
Color Harmonies of #F81409
Complementary color
Monochromatic Colors of #F81409
Black with #F81409
Text Example
Text Example
White with #F81409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81409; }
p { color: rgb(248,20,9); }
H1.HeaderClassName
{
color: #F81409;
}
.AnyTagClassName
{
color: #F81409;
}
</style>
background-color css
<style>
a { background-color: #F81409; }
a { background-color: rgb(248,20,9); }
div.DivClassName
{
background-color: #F81409;
}
.BgClassName
{
background-color: #F81409;
}
</style>
border-color css
<style>
span { border-color: #F81409; }
span { border-color: rgb(248,20,9); }
td.TdClassName
{
border-color: #F81409;
}
.TagClassName
{
border-color: #F81409;
}
</style>