Shades of Scarlet #F8281E
Tints of Scarlet #F8281E
RGB
CMYK
RGB Variations
Color information
#F8281E (or 0xF8281E) is known color: Scarlet. HEX triplet: F8, 28 and 1E. RGB value is (248,40,30). Sum of RGB (Red+Green+Blue) = 248+40+30=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F8281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8281E is #07D7E1. Grayscale: #656565. Windows color (decimal): -514018 or 1976568. OLE color: 1976568.
HSL color Cylindrical-coordinate representation of color #F8281E: hue angle of 2.75º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8281E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.03 |
| HSL | 2.75º | 0.94% | 0.55% | - |
| HSV(B) | 2.75º | 0.88% | 0.97% | - |
| XYZ | 39.7 | 21.57 | 3.3 | - |
| YUV | 101.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 30 | 0 | 0.84 | 0.88 | 0.03 | 2.75 | 0.94 | 0.55 |
| Hex | F8 | 28 | 1E | 0 | 54 | 58 | 3 | 3 | 5E | 37 |
| Octal | 370 | 50 | 36 | 0 | 124 | 130 | 3 | 3 | 136 | 67 |
| Binary | 11111000 | 101000 | 11110 | 0 | 1010100 | 1011000 | 11 | 11 | 1011110 | 110111 |
Color Harmonies of #F8281E
Complementary color
Monochromatic Colors of #F8281E
Black with #F8281E
Text Example
Text Example
White with #F8281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8281E; }
p { color: rgb(248,40,30); }
H1.HeaderClassName
{
color: #F8281E;
}
.AnyTagClassName
{
color: #F8281E;
}
</style>
background-color css
<style>
a { background-color: #F8281E; }
a { background-color: rgb(248,40,30); }
div.DivClassName
{
background-color: #F8281E;
}
.BgClassName
{
background-color: #F8281E;
}
</style>
border-color css
<style>
span { border-color: #F8281E; }
span { border-color: rgb(248,40,30); }
td.TdClassName
{
border-color: #F8281E;
}
.TagClassName
{
border-color: #F8281E;
}
</style>