Shades of Scarlet #F82020
Tints of Scarlet #F82020
RGB
CMYK
RGB Variations
Color information
#F82020 (or 0xF82020) is known color: Scarlet. HEX triplet: F8, 20 and 20. RGB value is (248,32,32). Sum of RGB (Red+Green+Blue) = 248+32+32=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F82020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82020 is #07DFDF. Grayscale: #606060. Windows color (decimal): -516064 or 2105592. OLE color: 2105592.
HSL color Cylindrical-coordinate representation of color #F82020: hue angle of 0º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82020 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 32 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.03 |
| HSL | 0º | 0.94% | 0.55% | - |
| HSV(B) | 0º | 0.87% | 0.97% | - |
| XYZ | 39.49 | 21.09 | 3.36 | - |
| YUV | 96.58 | 91.56 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 32 | 0 | 0.87 | 0.87 | 0.03 | 0 | 0.94 | 0.55 |
| Hex | F8 | 20 | 20 | 0 | 57 | 57 | 3 | 0 | 5E | 37 |
| Octal | 370 | 40 | 40 | 0 | 127 | 127 | 3 | 0 | 136 | 67 |
| Binary | 11111000 | 100000 | 100000 | 0 | 1010111 | 1010111 | 11 | 0 | 1011110 | 110111 |
Color Harmonies of #F82020
Complementary color
Monochromatic Colors of #F82020
Black with #F82020
Text Example
Text Example
White with #F82020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82020; }
p { color: rgb(248,32,32); }
H1.HeaderClassName
{
color: #F82020;
}
.AnyTagClassName
{
color: #F82020;
}
</style>
background-color css
<style>
a { background-color: #F82020; }
a { background-color: rgb(248,32,32); }
div.DivClassName
{
background-color: #F82020;
}
.BgClassName
{
background-color: #F82020;
}
</style>
border-color css
<style>
span { border-color: #F82020; }
span { border-color: rgb(248,32,32); }
td.TdClassName
{
border-color: #F82020;
}
.TagClassName
{
border-color: #F82020;
}
</style>