Shades of Scarlet #F82D1A
Tints of Scarlet #F82D1A
RGB
CMYK
RGB Variations
Color information
#F82D1A (or 0xF82D1A) is known color: Scarlet. HEX triplet: F8, 2D and 1A. RGB value is (248,45,26). Sum of RGB (Red+Green+Blue) = 248+45+26=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D1A is #07D2E5. Grayscale: #676767. Windows color (decimal): -512742 or 1715704. OLE color: 1715704.
HSL color Cylindrical-coordinate representation of color #F82D1A: hue angle of 5.14º 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 #F82D1A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 26 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.03 |
| HSL | 5.14º | 0.94% | 0.54% | - |
| HSV(B) | 5.14º | 0.9% | 0.97% | - |
| XYZ | 39.84 | 21.91 | 3.11 | - |
| YUV | 103.53 | 84.25 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 26 | 0 | 0.82 | 0.90 | 0.03 | 5.14 | 0.94 | 0.54 |
| Hex | F8 | 2D | 1A | 0 | 52 | 5A | 3 | 5 | 5E | 36 |
| Octal | 370 | 55 | 32 | 0 | 122 | 132 | 3 | 5 | 136 | 66 |
| Binary | 11111000 | 101101 | 11010 | 0 | 1010010 | 1011010 | 11 | 101 | 1011110 | 110110 |
Color Harmonies of #F82D1A
Complementary color
Monochromatic Colors of #F82D1A
Black with #F82D1A
Text Example
Text Example
White with #F82D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D1A; }
p { color: rgb(248,45,26); }
H1.HeaderClassName
{
color: #F82D1A;
}
.AnyTagClassName
{
color: #F82D1A;
}
</style>
background-color css
<style>
a { background-color: #F82D1A; }
a { background-color: rgb(248,45,26); }
div.DivClassName
{
background-color: #F82D1A;
}
.BgClassName
{
background-color: #F82D1A;
}
</style>
border-color css
<style>
span { border-color: #F82D1A; }
span { border-color: rgb(248,45,26); }
td.TdClassName
{
border-color: #F82D1A;
}
.TagClassName
{
border-color: #F82D1A;
}
</style>