Shades of Scarlet #F8180B
Tints of Scarlet #F8180B
RGB
CMYK
RGB Variations
Color information
#F8180B (or 0xF8180B) is known color: Scarlet. HEX triplet: F8, 18 and 0B. RGB value is (248,24,11). Sum of RGB (Red+Green+Blue) = 248+24+11=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F8180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8180B is #07E7F4. Grayscale: #595959. Windows color (decimal): -518133 or 727288. OLE color: 727288.
HSL color Cylindrical-coordinate representation of color #F8180B: hue angle of 3.29º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8180B is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 11 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.03 |
| HSL | 3.29º | 0.94% | 0.51% | - |
| HSV(B) | 3.29º | 0.96% | 0.97% | - |
| XYZ | 39.1 | 20.63 | 2.24 | - |
| YUV | 89.49 | 83.71 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 11 | 0 | 0.90 | 0.96 | 0.03 | 3.29 | 0.94 | 0.51 |
| Hex | F8 | 18 | B | 0 | 5A | 60 | 3 | 3 | 5E | 33 |
| Octal | 370 | 30 | 13 | 0 | 132 | 140 | 3 | 3 | 136 | 63 |
| Binary | 11111000 | 11000 | 1011 | 0 | 1011010 | 1100000 | 11 | 11 | 1011110 | 110011 |
Color Harmonies of #F8180B
Complementary color
Monochromatic Colors of #F8180B
Black with #F8180B
Text Example
Text Example
White with #F8180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8180B; }
p { color: rgb(248,24,11); }
H1.HeaderClassName
{
color: #F8180B;
}
.AnyTagClassName
{
color: #F8180B;
}
</style>
background-color css
<style>
a { background-color: #F8180B; }
a { background-color: rgb(248,24,11); }
div.DivClassName
{
background-color: #F8180B;
}
.BgClassName
{
background-color: #F8180B;
}
</style>
border-color css
<style>
span { border-color: #F8180B; }
span { border-color: rgb(248,24,11); }
td.TdClassName
{
border-color: #F8180B;
}
.TagClassName
{
border-color: #F8180B;
}
</style>