Shades of Scarlet #F82D0A
Tints of Scarlet #F82D0A
RGB
CMYK
RGB Variations
Color information
#F82D0A (or 0xF82D0A) is known color: Scarlet. HEX triplet: F8, 2D and 0A. RGB value is (248,45,10). Sum of RGB (Red+Green+Blue) = 248+45+10=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82D0A is #07D2F5. Grayscale: #666666. Windows color (decimal): -512758 or 667128. OLE color: 667128.
HSL color Cylindrical-coordinate representation of color #F82D0A: hue angle of 8.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F82D0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.03 |
| HSL | 8.82º | 0.94% | 0.51% | - |
| HSV(B) | 8.82º | 0.96% | 0.97% | - |
| XYZ | 39.7 | 21.86 | 2.41 | - |
| YUV | 101.71 | 76.25 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 10 | 0 | 0.82 | 0.96 | 0.03 | 8.82 | 0.94 | 0.51 |
| Hex | F8 | 2D | A | 0 | 52 | 60 | 3 | 9 | 5E | 33 |
| Octal | 370 | 55 | 12 | 0 | 122 | 140 | 3 | 11 | 136 | 63 |
| Binary | 11111000 | 101101 | 1010 | 0 | 1010010 | 1100000 | 11 | 1001 | 1011110 | 110011 |
Color Harmonies of #F82D0A
Complementary color
Monochromatic Colors of #F82D0A
Black with #F82D0A
Text Example
Text Example
White with #F82D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D0A; }
p { color: rgb(248,45,10); }
H1.HeaderClassName
{
color: #F82D0A;
}
.AnyTagClassName
{
color: #F82D0A;
}
</style>
background-color css
<style>
a { background-color: #F82D0A; }
a { background-color: rgb(248,45,10); }
div.DivClassName
{
background-color: #F82D0A;
}
.BgClassName
{
background-color: #F82D0A;
}
</style>
border-color css
<style>
span { border-color: #F82D0A; }
span { border-color: rgb(248,45,10); }
td.TdClassName
{
border-color: #F82D0A;
}
.TagClassName
{
border-color: #F82D0A;
}
</style>