Shades of Scarlet #F82C0D
Tints of Scarlet #F82C0D
RGB
CMYK
RGB Variations
Color information
#F82C0D (or 0xF82C0D) is known color: Scarlet. HEX triplet: F8, 2C and 0D. RGB value is (248,44,13). Sum of RGB (Red+Green+Blue) = 248+44+13=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82C0D is #07D3F2. Grayscale: #656565. Windows color (decimal): -513011 or 863480. OLE color: 863480.
HSL color Cylindrical-coordinate representation of color #F82C0D: hue angle of 7.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F82C0D is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 13 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.03 |
| HSL | 7.91º | 0.94% | 0.51% | - |
| HSV(B) | 7.91º | 0.95% | 0.97% | - |
| XYZ | 39.68 | 21.79 | 2.49 | - |
| YUV | 101.46 | 78.09 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 13 | 0 | 0.82 | 0.95 | 0.03 | 7.91 | 0.94 | 0.51 |
| Hex | F8 | 2C | D | 0 | 52 | 5F | 3 | 8 | 5E | 33 |
| Octal | 370 | 54 | 15 | 0 | 122 | 137 | 3 | 10 | 136 | 63 |
| Binary | 11111000 | 101100 | 1101 | 0 | 1010010 | 1011111 | 11 | 1000 | 1011110 | 110011 |
Color Harmonies of #F82C0D
Complementary color
Monochromatic Colors of #F82C0D
Black with #F82C0D
Text Example
Text Example
White with #F82C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C0D; }
p { color: rgb(248,44,13); }
H1.HeaderClassName
{
color: #F82C0D;
}
.AnyTagClassName
{
color: #F82C0D;
}
</style>
background-color css
<style>
a { background-color: #F82C0D; }
a { background-color: rgb(248,44,13); }
div.DivClassName
{
background-color: #F82C0D;
}
.BgClassName
{
background-color: #F82C0D;
}
</style>
border-color css
<style>
span { border-color: #F82C0D; }
span { border-color: rgb(248,44,13); }
td.TdClassName
{
border-color: #F82C0D;
}
.TagClassName
{
border-color: #F82C0D;
}
</style>