Shades of Scarlet #F81D1D
Tints of Scarlet #F81D1D
RGB
CMYK
RGB Variations
Color information
#F81D1D (or 0xF81D1D) is known color: Scarlet. HEX triplet: F8, 1D and 1D. RGB value is (248,29,29). Sum of RGB (Red+Green+Blue) = 248+29+29=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81D1D is #07E2E2. Grayscale: #5E5E5E. Windows color (decimal): -516835 or 1908216. OLE color: 1908216.
HSL color Cylindrical-coordinate representation of color #F81D1D: hue angle of 0º 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 #F81D1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 29 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.03 |
| HSL | 0º | 0.94% | 0.54% | - |
| HSV(B) | 0º | 0.88% | 0.97% | - |
| XYZ | 39.37 | 20.92 | 3.13 | - |
| YUV | 94.48 | 91.05 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 29 | 0 | 0.88 | 0.88 | 0.03 | 0 | 0.94 | 0.54 |
| Hex | F8 | 1D | 1D | 0 | 58 | 58 | 3 | 0 | 5E | 36 |
| Octal | 370 | 35 | 35 | 0 | 130 | 130 | 3 | 0 | 136 | 66 |
| Binary | 11111000 | 11101 | 11101 | 0 | 1011000 | 1011000 | 11 | 0 | 1011110 | 110110 |
Color Harmonies of #F81D1D
Complementary color
Monochromatic Colors of #F81D1D
Black with #F81D1D
Text Example
Text Example
White with #F81D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D1D; }
p { color: rgb(248,29,29); }
H1.HeaderClassName
{
color: #F81D1D;
}
.AnyTagClassName
{
color: #F81D1D;
}
</style>
background-color css
<style>
a { background-color: #F81D1D; }
a { background-color: rgb(248,29,29); }
div.DivClassName
{
background-color: #F81D1D;
}
.BgClassName
{
background-color: #F81D1D;
}
</style>
border-color css
<style>
span { border-color: #F81D1D; }
span { border-color: rgb(248,29,29); }
td.TdClassName
{
border-color: #F81D1D;
}
.TagClassName
{
border-color: #F81D1D;
}
</style>