Shades of Scarlet #F1201F
Tints of Scarlet #F1201F
RGB
CMYK
RGB Variations
Color information
#F1201F (or 0xF1201F) is known color: Scarlet. HEX triplet: F1, 20 and 1F. RGB value is (241,32,31). Sum of RGB (Red+Green+Blue) = 241+32+31=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1201F is #0EDFE0. Grayscale: #5E5E5E. Windows color (decimal): -974817 or 2040049. OLE color: 2040049.
HSL color Cylindrical-coordinate representation of color #F1201F: hue angle of 0.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1201F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 31 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.05 |
| HSL | 0.29º | 0.88% | 0.53% | - |
| HSV(B) | 0.29º | 0.87% | 0.95% | - |
| XYZ | 37.04 | 19.83 | 3.17 | - |
| YUV | 94.38 | 92.24 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 31 | 0 | 0.87 | 0.87 | 0.05 | 0.29 | 0.88 | 0.53 |
| Hex | F1 | 20 | 1F | 0 | 57 | 57 | 5 | 0 | 58 | 35 |
| Octal | 361 | 40 | 37 | 0 | 127 | 127 | 5 | 0 | 130 | 65 |
| Binary | 11110001 | 100000 | 11111 | 0 | 1010111 | 1010111 | 101 | 0 | 1011000 | 110101 |
Color Harmonies of #F1201F
Complementary color
Monochromatic Colors of #F1201F
Black with #F1201F
Text Example
Text Example
White with #F1201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1201F; }
p { color: rgb(241,32,31); }
H1.HeaderClassName
{
color: #F1201F;
}
.AnyTagClassName
{
color: #F1201F;
}
</style>
background-color css
<style>
a { background-color: #F1201F; }
a { background-color: rgb(241,32,31); }
div.DivClassName
{
background-color: #F1201F;
}
.BgClassName
{
background-color: #F1201F;
}
</style>
border-color css
<style>
span { border-color: #F1201F; }
span { border-color: rgb(241,32,31); }
td.TdClassName
{
border-color: #F1201F;
}
.TagClassName
{
border-color: #F1201F;
}
</style>