Shades of Scarlet #F8281D
Tints of Scarlet #F8281D
RGB
CMYK
RGB Variations
Color information
#F8281D (or 0xF8281D) is known color: Scarlet. HEX triplet: F8, 28 and 1D. RGB value is (248,40,29). Sum of RGB (Red+Green+Blue) = 248+40+29=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F8281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8281D is #07D7E2. Grayscale: #656565. Windows color (decimal): -514019 or 1911032. OLE color: 1911032.
HSL color Cylindrical-coordinate representation of color #F8281D: hue angle of 3.01º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8281D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.03 |
| HSL | 3.01º | 0.94% | 0.54% | - |
| HSV(B) | 3.01º | 0.88% | 0.97% | - |
| XYZ | 39.69 | 21.56 | 3.23 | - |
| YUV | 100.94 | 87.41 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 29 | 0 | 0.84 | 0.88 | 0.03 | 3.01 | 0.94 | 0.54 |
| Hex | F8 | 28 | 1D | 0 | 54 | 58 | 3 | 3 | 5E | 36 |
| Octal | 370 | 50 | 35 | 0 | 124 | 130 | 3 | 3 | 136 | 66 |
| Binary | 11111000 | 101000 | 11101 | 0 | 1010100 | 1011000 | 11 | 11 | 1011110 | 110110 |
Color Harmonies of #F8281D
Complementary color
Monochromatic Colors of #F8281D
Black with #F8281D
Text Example
Text Example
White with #F8281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8281D; }
p { color: rgb(248,40,29); }
H1.HeaderClassName
{
color: #F8281D;
}
.AnyTagClassName
{
color: #F8281D;
}
</style>
background-color css
<style>
a { background-color: #F8281D; }
a { background-color: rgb(248,40,29); }
div.DivClassName
{
background-color: #F8281D;
}
.BgClassName
{
background-color: #F8281D;
}
</style>
border-color css
<style>
span { border-color: #F8281D; }
span { border-color: rgb(248,40,29); }
td.TdClassName
{
border-color: #F8281D;
}
.TagClassName
{
border-color: #F8281D;
}
</style>