Shades of Scarlet #F82015
Tints of Scarlet #F82015
RGB
CMYK
RGB Variations
Color information
#F82015 (or 0xF82015) is known color: Scarlet. HEX triplet: F8, 20 and 15. RGB value is (248,32,21). Sum of RGB (Red+Green+Blue) = 248+32+21=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F82015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82015 is #07DFEA. Grayscale: #5F5F5F. Windows color (decimal): -516075 or 1384696. OLE color: 1384696.
HSL color Cylindrical-coordinate representation of color #F82015: hue angle of 2.91º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F82015 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 21 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.03 |
| HSL | 2.91º | 0.94% | 0.53% | - |
| HSV(B) | 2.91º | 0.92% | 0.97% | - |
| XYZ | 39.36 | 21.04 | 2.7 | - |
| YUV | 95.33 | 86.06 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 21 | 0 | 0.87 | 0.92 | 0.03 | 2.91 | 0.94 | 0.53 |
| Hex | F8 | 20 | 15 | 0 | 57 | 5C | 3 | 3 | 5E | 35 |
| Octal | 370 | 40 | 25 | 0 | 127 | 134 | 3 | 3 | 136 | 65 |
| Binary | 11111000 | 100000 | 10101 | 0 | 1010111 | 1011100 | 11 | 11 | 1011110 | 110101 |
Color Harmonies of #F82015
Complementary color
Monochromatic Colors of #F82015
Black with #F82015
Text Example
Text Example
White with #F82015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82015; }
p { color: rgb(248,32,21); }
H1.HeaderClassName
{
color: #F82015;
}
.AnyTagClassName
{
color: #F82015;
}
</style>
background-color css
<style>
a { background-color: #F82015; }
a { background-color: rgb(248,32,21); }
div.DivClassName
{
background-color: #F82015;
}
.BgClassName
{
background-color: #F82015;
}
</style>
border-color css
<style>
span { border-color: #F82015; }
span { border-color: rgb(248,32,21); }
td.TdClassName
{
border-color: #F82015;
}
.TagClassName
{
border-color: #F82015;
}
</style>