Shades of Scarlet #F8140F
Tints of Scarlet #F8140F
RGB
CMYK
RGB Variations
Color information
#F8140F (or 0xF8140F) is known color: Scarlet. HEX triplet: F8, 14 and 0F. RGB value is (248,20,15). Sum of RGB (Red+Green+Blue) = 248+20+15=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F8140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8140F is #07EBF0. Grayscale: #575757. Windows color (decimal): -519153 or 988408. OLE color: 988408.
HSL color Cylindrical-coordinate representation of color #F8140F: hue angle of 1.29º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.03 |
| HSL | 1.29º | 0.94% | 0.52% | - |
| HSV(B) | 1.29º | 0.94% | 0.97% | - |
| XYZ | 39.05 | 20.49 | 2.35 | - |
| YUV | 87.6 | 87.04 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 15 | 0 | 0.92 | 0.94 | 0.03 | 1.29 | 0.94 | 0.52 |
| Hex | F8 | 14 | F | 0 | 5C | 5E | 3 | 1 | 5E | 34 |
| Octal | 370 | 24 | 17 | 0 | 134 | 136 | 3 | 1 | 136 | 64 |
| Binary | 11111000 | 10100 | 1111 | 0 | 1011100 | 1011110 | 11 | 1 | 1011110 | 110100 |
Color Harmonies of #F8140F
Complementary color
Monochromatic Colors of #F8140F
Black with #F8140F
Text Example
Text Example
White with #F8140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8140F; }
p { color: rgb(248,20,15); }
H1.HeaderClassName
{
color: #F8140F;
}
.AnyTagClassName
{
color: #F8140F;
}
</style>
background-color css
<style>
a { background-color: #F8140F; }
a { background-color: rgb(248,20,15); }
div.DivClassName
{
background-color: #F8140F;
}
.BgClassName
{
background-color: #F8140F;
}
</style>
border-color css
<style>
span { border-color: #F8140F; }
span { border-color: rgb(248,20,15); }
td.TdClassName
{
border-color: #F8140F;
}
.TagClassName
{
border-color: #F8140F;
}
</style>