Shades of Scarlet #F81E1E
Tints of Scarlet #F81E1E
RGB
CMYK
RGB Variations
Color information
#F81E1E (or 0xF81E1E) is known color: Scarlet. HEX triplet: F8, 1E and 1E. RGB value is (248,30,30). Sum of RGB (Red+Green+Blue) = 248+30+30=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E1E is #07E1E1. Grayscale: #5F5F5F. Windows color (decimal): -516578 or 1974008. OLE color: 1974008.
HSL color Cylindrical-coordinate representation of color #F81E1E: hue angle of 0º 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 #F81E1E is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 30 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.03 |
| HSL | 0º | 0.94% | 0.55% | - |
| HSV(B) | 0º | 0.88% | 0.97% | - |
| XYZ | 39.41 | 20.98 | 3.2 | - |
| YUV | 95.18 | 91.22 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 30 | 0 | 0.88 | 0.88 | 0.03 | 0 | 0.94 | 0.55 |
| Hex | F8 | 1E | 1E | 0 | 58 | 58 | 3 | 0 | 5E | 37 |
| Octal | 370 | 36 | 36 | 0 | 130 | 130 | 3 | 0 | 136 | 67 |
| Binary | 11111000 | 11110 | 11110 | 0 | 1011000 | 1011000 | 11 | 0 | 1011110 | 110111 |
Color Harmonies of #F81E1E
Complementary color
Monochromatic Colors of #F81E1E
Black with #F81E1E
Text Example
Text Example
White with #F81E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E1E; }
p { color: rgb(248,30,30); }
H1.HeaderClassName
{
color: #F81E1E;
}
.AnyTagClassName
{
color: #F81E1E;
}
</style>
background-color css
<style>
a { background-color: #F81E1E; }
a { background-color: rgb(248,30,30); }
div.DivClassName
{
background-color: #F81E1E;
}
.BgClassName
{
background-color: #F81E1E;
}
</style>
border-color css
<style>
span { border-color: #F81E1E; }
span { border-color: rgb(248,30,30); }
td.TdClassName
{
border-color: #F81E1E;
}
.TagClassName
{
border-color: #F81E1E;
}
</style>