Shades of Scarlet #F82118
Tints of Scarlet #F82118
RGB
CMYK
RGB Variations
Color information
#F82118 (or 0xF82118) is known color: Scarlet. HEX triplet: F8, 21 and 18. RGB value is (248,33,24). Sum of RGB (Red+Green+Blue) = 248+33+24=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F82118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82118 is #07DEE7. Grayscale: #606060. Windows color (decimal): -515816 or 1581560. OLE color: 1581560.
HSL color Cylindrical-coordinate representation of color #F82118: hue angle of 2.41º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F82118 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 24 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.03 |
| HSL | 2.41º | 0.94% | 0.53% | - |
| HSV(B) | 2.41º | 0.9% | 0.97% | - |
| XYZ | 39.42 | 21.11 | 2.86 | - |
| YUV | 96.26 | 87.23 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 24 | 0 | 0.87 | 0.90 | 0.03 | 2.41 | 0.94 | 0.53 |
| Hex | F8 | 21 | 18 | 0 | 57 | 5A | 3 | 2 | 5E | 35 |
| Octal | 370 | 41 | 30 | 0 | 127 | 132 | 3 | 2 | 136 | 65 |
| Binary | 11111000 | 100001 | 11000 | 0 | 1010111 | 1011010 | 11 | 10 | 1011110 | 110101 |
Color Harmonies of #F82118
Complementary color
Monochromatic Colors of #F82118
Black with #F82118
Text Example
Text Example
White with #F82118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82118; }
p { color: rgb(248,33,24); }
H1.HeaderClassName
{
color: #F82118;
}
.AnyTagClassName
{
color: #F82118;
}
</style>
background-color css
<style>
a { background-color: #F82118; }
a { background-color: rgb(248,33,24); }
div.DivClassName
{
background-color: #F82118;
}
.BgClassName
{
background-color: #F82118;
}
</style>
border-color css
<style>
span { border-color: #F82118; }
span { border-color: rgb(248,33,24); }
td.TdClassName
{
border-color: #F82118;
}
.TagClassName
{
border-color: #F82118;
}
</style>