Shades of Scarlet #F82A11
Tints of Scarlet #F82A11
RGB
CMYK
RGB Variations
Color information
#F82A11 (or 0xF82A11) is known color: Scarlet. HEX triplet: F8, 2A and 11. RGB value is (248,42,17). Sum of RGB (Red+Green+Blue) = 248+42+17=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82A11 is #07D5EE. Grayscale: #656565. Windows color (decimal): -513519 or 1125112. OLE color: 1125112.
HSL color Cylindrical-coordinate representation of color #F82A11: hue angle of 6.49º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F82A11 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.03 |
| HSL | 6.49º | 0.94% | 0.52% | - |
| HSV(B) | 6.49º | 0.93% | 0.97% | - |
| XYZ | 39.64 | 21.65 | 2.62 | - |
| YUV | 100.74 | 80.75 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 17 | 0 | 0.83 | 0.93 | 0.03 | 6.49 | 0.94 | 0.52 |
| Hex | F8 | 2A | 11 | 0 | 53 | 5D | 3 | 6 | 5E | 34 |
| Octal | 370 | 52 | 21 | 0 | 123 | 135 | 3 | 6 | 136 | 64 |
| Binary | 11111000 | 101010 | 10001 | 0 | 1010011 | 1011101 | 11 | 110 | 1011110 | 110100 |
Color Harmonies of #F82A11
Complementary color
Monochromatic Colors of #F82A11
Black with #F82A11
Text Example
Text Example
White with #F82A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A11; }
p { color: rgb(248,42,17); }
H1.HeaderClassName
{
color: #F82A11;
}
.AnyTagClassName
{
color: #F82A11;
}
</style>
background-color css
<style>
a { background-color: #F82A11; }
a { background-color: rgb(248,42,17); }
div.DivClassName
{
background-color: #F82A11;
}
.BgClassName
{
background-color: #F82A11;
}
</style>
border-color css
<style>
span { border-color: #F82A11; }
span { border-color: rgb(248,42,17); }
td.TdClassName
{
border-color: #F82A11;
}
.TagClassName
{
border-color: #F82A11;
}
</style>