Shades of Scarlet #F81A1A
Tints of Scarlet #F81A1A
RGB
CMYK
RGB Variations
Color information
#F81A1A (or 0xF81A1A) is known color: Scarlet. HEX triplet: F8, 1A and 1A. RGB value is (248,26,26). Sum of RGB (Red+Green+Blue) = 248+26+26=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A1A is #07E5E5. Grayscale: #5C5C5C. Windows color (decimal): -517606 or 1710840. OLE color: 1710840.
HSL color Cylindrical-coordinate representation of color #F81A1A: 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.9%. Process color model (Four color, CMYK) of #F81A1A is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 26 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.03 |
| HSL | 0º | 0.94% | 0.54% | - |
| HSV(B) | 0º | 0.9% | 0.97% | - |
| XYZ | 39.27 | 20.77 | 2.92 | - |
| YUV | 92.38 | 90.55 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 26 | 0 | 0.90 | 0.90 | 0.03 | 0 | 0.94 | 0.54 |
| Hex | F8 | 1A | 1A | 0 | 5A | 5A | 3 | 0 | 5E | 36 |
| Octal | 370 | 32 | 32 | 0 | 132 | 132 | 3 | 0 | 136 | 66 |
| Binary | 11111000 | 11010 | 11010 | 0 | 1011010 | 1011010 | 11 | 0 | 1011110 | 110110 |
Color Harmonies of #F81A1A
Complementary color
Monochromatic Colors of #F81A1A
Black with #F81A1A
Text Example
Text Example
White with #F81A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A1A; }
p { color: rgb(248,26,26); }
H1.HeaderClassName
{
color: #F81A1A;
}
.AnyTagClassName
{
color: #F81A1A;
}
</style>
background-color css
<style>
a { background-color: #F81A1A; }
a { background-color: rgb(248,26,26); }
div.DivClassName
{
background-color: #F81A1A;
}
.BgClassName
{
background-color: #F81A1A;
}
</style>
border-color css
<style>
span { border-color: #F81A1A; }
span { border-color: rgb(248,26,26); }
td.TdClassName
{
border-color: #F81A1A;
}
.TagClassName
{
border-color: #F81A1A;
}
</style>