Shades of Scarlet #F82512
Tints of Scarlet #F82512
RGB
CMYK
RGB Variations
Color information
#F82512 (or 0xF82512) is known color: Scarlet. HEX triplet: F8, 25 and 12. RGB value is (248,37,18). Sum of RGB (Red+Green+Blue) = 248+37+18=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F82512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82512 is #07DAED. Grayscale: #626262. Windows color (decimal): -514798 or 1189368. OLE color: 1189368.
HSL color Cylindrical-coordinate representation of color #F82512: hue angle of 4.96º 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 #F82512 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.03 |
| HSL | 4.96º | 0.94% | 0.52% | - |
| HSV(B) | 4.96º | 0.93% | 0.97% | - |
| XYZ | 39.48 | 21.32 | 2.61 | - |
| YUV | 97.92 | 82.9 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 18 | 0 | 0.85 | 0.93 | 0.03 | 4.96 | 0.94 | 0.52 |
| Hex | F8 | 25 | 12 | 0 | 55 | 5D | 3 | 5 | 5E | 34 |
| Octal | 370 | 45 | 22 | 0 | 125 | 135 | 3 | 5 | 136 | 64 |
| Binary | 11111000 | 100101 | 10010 | 0 | 1010101 | 1011101 | 11 | 101 | 1011110 | 110100 |
Color Harmonies of #F82512
Complementary color
Monochromatic Colors of #F82512
Black with #F82512
Text Example
Text Example
White with #F82512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82512; }
p { color: rgb(248,37,18); }
H1.HeaderClassName
{
color: #F82512;
}
.AnyTagClassName
{
color: #F82512;
}
</style>
background-color css
<style>
a { background-color: #F82512; }
a { background-color: rgb(248,37,18); }
div.DivClassName
{
background-color: #F82512;
}
.BgClassName
{
background-color: #F82512;
}
</style>
border-color css
<style>
span { border-color: #F82512; }
span { border-color: rgb(248,37,18); }
td.TdClassName
{
border-color: #F82512;
}
.TagClassName
{
border-color: #F82512;
}
</style>