Shades of Scarlet #F52001
Tints of Scarlet #F52001
RGB
CMYK
RGB Variations
Color information
#F52001 (or 0xF52001) is known color: Scarlet. HEX triplet: F5, 20 and 01. RGB value is (245,32,1). Sum of RGB (Red+Green+Blue) = 245+32+1=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F52001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52001 is #0ADFFE. Grayscale: #5C5C5C. Windows color (decimal): -712703 or 73973. OLE color: 73973.
HSL color Cylindrical-coordinate representation of color #F52001: hue angle of 7.62º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F52001 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 1 | - |
| CMYK | 0 | 0.87 | 1.00 | 0.04 |
| HSL | 7.62º | 0.99% | 0.48% | - |
| HSV(B) | 7.62º | 1% | 0.96% | - |
| XYZ | 38.18 | 20.45 | 1.96 | - |
| YUV | 92.15 | 76.57 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 1 | 0 | 0.87 | 1.00 | 0.04 | 7.62 | 0.99 | 0.48 |
| Hex | F5 | 20 | 1 | 0 | 57 | 64 | 4 | 8 | 63 | 30 |
| Octal | 365 | 40 | 1 | 0 | 127 | 144 | 4 | 10 | 143 | 60 |
| Binary | 11110101 | 100000 | 1 | 0 | 1010111 | 1100100 | 100 | 1000 | 1100011 | 110000 |
Color Harmonies of #F52001
Complementary color
Monochromatic Colors of #F52001
Black with #F52001
Text Example
Text Example
White with #F52001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52001; }
p { color: rgb(245,32,1); }
H1.HeaderClassName
{
color: #F52001;
}
.AnyTagClassName
{
color: #F52001;
}
</style>
background-color css
<style>
a { background-color: #F52001; }
a { background-color: rgb(245,32,1); }
div.DivClassName
{
background-color: #F52001;
}
.BgClassName
{
background-color: #F52001;
}
</style>
border-color css
<style>
span { border-color: #F52001; }
span { border-color: rgb(245,32,1); }
td.TdClassName
{
border-color: #F52001;
}
.TagClassName
{
border-color: #F52001;
}
</style>