Shades of Scarlet #F81600
Tints of Scarlet #F81600
RGB
CMYK
RGB Variations
Color information
#F81600 (or 0xF81600) is known color: Scarlet. HEX triplet: F8, 16 and 00. RGB value is (248,22,0). Sum of RGB (Red+Green+Blue) = 248+22+0=270 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.85% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 248 - color contains mainly: red. Hex color #F81600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81600 is #07E9FF. Grayscale: #575757. Windows color (decimal): -518656 or 5880. OLE color: 5880.
HSL color Cylindrical-coordinate representation of color #F81600: hue angle of 5.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F81600 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.03 |
| HSL | 5.32º | 1% | 0.49% | - |
| HSV(B) | 5.32º | 1% | 0.97% | - |
| XYZ | 39 | 20.53 | 1.91 | - |
| YUV | 87.07 | 78.87 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 0 | 0 | 0.91 | 1 | 0.03 | 5.32 | 1 | 0.49 |
| Hex | F8 | 16 | 0 | 0 | 5B | 64 | 3 | 5 | 64 | 31 |
| Octal | 370 | 26 | 0 | 0 | 133 | 144 | 3 | 5 | 144 | 61 |
| Binary | 11111000 | 10110 | 0 | 0 | 1011011 | 1100100 | 11 | 101 | 1100100 | 110001 |
Color Harmonies of #F81600
Complementary color
Monochromatic Colors of #F81600
Black with #F81600
Text Example
Text Example
White with #F81600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81600; }
p { color: rgb(248,22,0); }
H1.HeaderClassName
{
color: #F81600;
}
.AnyTagClassName
{
color: #F81600;
}
</style>
background-color css
<style>
a { background-color: #F81600; }
a { background-color: rgb(248,22,0); }
div.DivClassName
{
background-color: #F81600;
}
.BgClassName
{
background-color: #F81600;
}
</style>
border-color css
<style>
span { border-color: #F81600; }
span { border-color: rgb(248,22,0); }
td.TdClassName
{
border-color: #F81600;
}
.TagClassName
{
border-color: #F81600;
}
</style>