Shades of Scarlet #F11301
Tints of Scarlet #F11301
RGB
CMYK
RGB Variations
Color information
#F11301 (or 0xF11301) is known color: Scarlet. HEX triplet: F1, 13 and 01. RGB value is (241,19,1). Sum of RGB (Red+Green+Blue) = 241+19+1=261 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.34% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 241 - color contains mainly: red. Hex color #F11301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11301 is #0EECFE. Grayscale: #535353. Windows color (decimal): -978175 or 70641. OLE color: 70641.
HSL color Cylindrical-coordinate representation of color #F11301: hue angle of 4.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F11301 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.05 |
| HSL | 4.5º | 0.99% | 0.47% | - |
| HSV(B) | 4.5º | 1% | 0.95% | - |
| XYZ | 36.51 | 19.17 | 1.8 | - |
| YUV | 83.33 | 81.55 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 1 | 0 | 0.92 | 1.00 | 0.05 | 4.5 | 0.99 | 0.47 |
| Hex | F1 | 13 | 1 | 0 | 5C | 64 | 5 | 4 | 63 | 2F |
| Octal | 361 | 23 | 1 | 0 | 134 | 144 | 5 | 4 | 143 | 57 |
| Binary | 11110001 | 10011 | 1 | 0 | 1011100 | 1100100 | 101 | 100 | 1100011 | 101111 |
Color Harmonies of #F11301
Complementary color
Monochromatic Colors of #F11301
Black with #F11301
Text Example
Text Example
White with #F11301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11301; }
p { color: rgb(241,19,1); }
H1.HeaderClassName
{
color: #F11301;
}
.AnyTagClassName
{
color: #F11301;
}
</style>
background-color css
<style>
a { background-color: #F11301; }
a { background-color: rgb(241,19,1); }
div.DivClassName
{
background-color: #F11301;
}
.BgClassName
{
background-color: #F11301;
}
</style>
border-color css
<style>
span { border-color: #F11301; }
span { border-color: rgb(241,19,1); }
td.TdClassName
{
border-color: #F11301;
}
.TagClassName
{
border-color: #F11301;
}
</style>