Shades of Scarlet #F1201B
Tints of Scarlet #F1201B
RGB
CMYK
RGB Variations
Color information
#F1201B (or 0xF1201B) is known color: Scarlet. HEX triplet: F1, 20 and 1B. RGB value is (241,32,27). Sum of RGB (Red+Green+Blue) = 241+32+27=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F1201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1201B is #0EDFE4. Grayscale: #5E5E5E. Windows color (decimal): -974821 or 1777905. OLE color: 1777905.
HSL color Cylindrical-coordinate representation of color #F1201B: hue angle of 1.4º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1201B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.05 |
| HSL | 1.4º | 0.88% | 0.53% | - |
| HSV(B) | 1.4º | 0.89% | 0.95% | - |
| XYZ | 36.99 | 19.81 | 2.91 | - |
| YUV | 93.92 | 90.24 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 27 | 0 | 0.87 | 0.89 | 0.05 | 1.4 | 0.88 | 0.53 |
| Hex | F1 | 20 | 1B | 0 | 57 | 59 | 5 | 1 | 58 | 35 |
| Octal | 361 | 40 | 33 | 0 | 127 | 131 | 5 | 1 | 130 | 65 |
| Binary | 11110001 | 100000 | 11011 | 0 | 1010111 | 1011001 | 101 | 1 | 1011000 | 110101 |
Color Harmonies of #F1201B
Complementary color
Monochromatic Colors of #F1201B
Black with #F1201B
Text Example
Text Example
White with #F1201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1201B; }
p { color: rgb(241,32,27); }
H1.HeaderClassName
{
color: #F1201B;
}
.AnyTagClassName
{
color: #F1201B;
}
</style>
background-color css
<style>
a { background-color: #F1201B; }
a { background-color: rgb(241,32,27); }
div.DivClassName
{
background-color: #F1201B;
}
.BgClassName
{
background-color: #F1201B;
}
</style>
border-color css
<style>
span { border-color: #F1201B; }
span { border-color: rgb(241,32,27); }
td.TdClassName
{
border-color: #F1201B;
}
.TagClassName
{
border-color: #F1201B;
}
</style>