Shades of Scarlet #F82501
Tints of Scarlet #F82501
RGB
CMYK
RGB Variations
Color information
#F82501 (or 0xF82501) is known color: Scarlet. HEX triplet: F8, 25 and 01. RGB value is (248,37,1). Sum of RGB (Red+Green+Blue) = 248+37+1=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F82501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82501 is #07DAFE. Grayscale: #606060. Windows color (decimal): -514815 or 75256. OLE color: 75256.
HSL color Cylindrical-coordinate representation of color #F82501: hue angle of 8.74º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F82501 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.03 |
| HSL | 8.74º | 0.99% | 0.49% | - |
| HSV(B) | 8.74º | 1% | 0.97% | - |
| XYZ | 39.38 | 21.28 | 2.06 | - |
| YUV | 95.99 | 74.4 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 1 | 0 | 0.85 | 1.00 | 0.03 | 8.74 | 0.99 | 0.49 |
| Hex | F8 | 25 | 1 | 0 | 55 | 64 | 3 | 9 | 63 | 31 |
| Octal | 370 | 45 | 1 | 0 | 125 | 144 | 3 | 11 | 143 | 61 |
| Binary | 11111000 | 100101 | 1 | 0 | 1010101 | 1100100 | 11 | 1001 | 1100011 | 110001 |
Color Harmonies of #F82501
Complementary color
Monochromatic Colors of #F82501
Black with #F82501
Text Example
Text Example
White with #F82501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82501; }
p { color: rgb(248,37,1); }
H1.HeaderClassName
{
color: #F82501;
}
.AnyTagClassName
{
color: #F82501;
}
</style>
background-color css
<style>
a { background-color: #F82501; }
a { background-color: rgb(248,37,1); }
div.DivClassName
{
background-color: #F82501;
}
.BgClassName
{
background-color: #F82501;
}
</style>
border-color css
<style>
span { border-color: #F82501; }
span { border-color: rgb(248,37,1); }
td.TdClassName
{
border-color: #F82501;
}
.TagClassName
{
border-color: #F82501;
}
</style>