Shades of Scarlet #F51501
Tints of Scarlet #F51501
RGB
CMYK
RGB Variations
Color information
#F51501 (or 0xF51501) is known color: Scarlet. HEX triplet: F5, 15 and 01. RGB value is (245,21,1). Sum of RGB (Red+Green+Blue) = 245+21+1=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F51501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51501 is #0AEAFE. Grayscale: #565656. Windows color (decimal): -715519 or 71157. OLE color: 71157.
HSL color Cylindrical-coordinate representation of color #F51501: hue angle of 4.92º 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 #F51501 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.04 |
| HSL | 4.92º | 0.99% | 0.48% | - |
| HSV(B) | 4.92º | 1% | 0.96% | - |
| XYZ | 37.93 | 19.95 | 1.88 | - |
| YUV | 85.7 | 80.21 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 1 | 0 | 0.91 | 1.00 | 0.04 | 4.92 | 0.99 | 0.48 |
| Hex | F5 | 15 | 1 | 0 | 5B | 64 | 4 | 5 | 63 | 30 |
| Octal | 365 | 25 | 1 | 0 | 133 | 144 | 4 | 5 | 143 | 60 |
| Binary | 11110101 | 10101 | 1 | 0 | 1011011 | 1100100 | 100 | 101 | 1100011 | 110000 |
Color Harmonies of #F51501
Complementary color
Monochromatic Colors of #F51501
Black with #F51501
Text Example
Text Example
White with #F51501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51501; }
p { color: rgb(245,21,1); }
H1.HeaderClassName
{
color: #F51501;
}
.AnyTagClassName
{
color: #F51501;
}
</style>
background-color css
<style>
a { background-color: #F51501; }
a { background-color: rgb(245,21,1); }
div.DivClassName
{
background-color: #F51501;
}
.BgClassName
{
background-color: #F51501;
}
</style>
border-color css
<style>
span { border-color: #F51501; }
span { border-color: rgb(245,21,1); }
td.TdClassName
{
border-color: #F51501;
}
.TagClassName
{
border-color: #F51501;
}
</style>