Shades of Scarlet #F82C11
Tints of Scarlet #F82C11
RGB
CMYK
RGB Variations
Color information
#F82C11 (or 0xF82C11) is known color: Scarlet. HEX triplet: F8, 2C and 11. RGB value is (248,44,17). Sum of RGB (Red+Green+Blue) = 248+44+17=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82C11 is #07D3EE. Grayscale: #666666. Windows color (decimal): -513007 or 1125624. OLE color: 1125624.
HSL color Cylindrical-coordinate representation of color #F82C11: hue angle of 7.01º 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 #F82C11 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 17 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.03 |
| HSL | 7.01º | 0.94% | 0.52% | - |
| HSV(B) | 7.01º | 0.93% | 0.97% | - |
| XYZ | 39.71 | 21.8 | 2.64 | - |
| YUV | 101.92 | 80.09 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 17 | 0 | 0.82 | 0.93 | 0.03 | 7.01 | 0.94 | 0.52 |
| Hex | F8 | 2C | 11 | 0 | 52 | 5D | 3 | 7 | 5E | 34 |
| Octal | 370 | 54 | 21 | 0 | 122 | 135 | 3 | 7 | 136 | 64 |
| Binary | 11111000 | 101100 | 10001 | 0 | 1010010 | 1011101 | 11 | 111 | 1011110 | 110100 |
Color Harmonies of #F82C11
Complementary color
Monochromatic Colors of #F82C11
Black with #F82C11
Text Example
Text Example
White with #F82C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C11; }
p { color: rgb(248,44,17); }
H1.HeaderClassName
{
color: #F82C11;
}
.AnyTagClassName
{
color: #F82C11;
}
</style>
background-color css
<style>
a { background-color: #F82C11; }
a { background-color: rgb(248,44,17); }
div.DivClassName
{
background-color: #F82C11;
}
.BgClassName
{
background-color: #F82C11;
}
</style>
border-color css
<style>
span { border-color: #F82C11; }
span { border-color: rgb(248,44,17); }
td.TdClassName
{
border-color: #F82C11;
}
.TagClassName
{
border-color: #F82C11;
}
</style>