Shades of Scarlet #F12901
Tints of Scarlet #F12901
RGB
CMYK
RGB Variations
Color information
#F12901 (or 0xF12901) is known color: Scarlet. HEX triplet: F1, 29 and 01. RGB value is (241,41,1). Sum of RGB (Red+Green+Blue) = 241+41+1=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F12901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12901 is #0ED6FE. Grayscale: #606060. Windows color (decimal): -972543 or 76273. OLE color: 76273.
HSL color Cylindrical-coordinate representation of color #F12901: hue angle of 10º 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 #F12901 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.05 |
| HSL | 10º | 0.99% | 0.47% | - |
| HSV(B) | 10º | 1% | 0.95% | - |
| XYZ | 37.07 | 20.29 | 1.99 | - |
| YUV | 96.24 | 74.26 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 1 | 0 | 0.83 | 1.00 | 0.05 | 10 | 0.99 | 0.47 |
| Hex | F1 | 29 | 1 | 0 | 53 | 64 | 5 | A | 63 | 2F |
| Octal | 361 | 51 | 1 | 0 | 123 | 144 | 5 | 12 | 143 | 57 |
| Binary | 11110001 | 101001 | 1 | 0 | 1010011 | 1100100 | 101 | 1010 | 1100011 | 101111 |
Color Harmonies of #F12901
Complementary color
Monochromatic Colors of #F12901
Black with #F12901
Text Example
Text Example
White with #F12901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12901; }
p { color: rgb(241,41,1); }
H1.HeaderClassName
{
color: #F12901;
}
.AnyTagClassName
{
color: #F12901;
}
</style>
background-color css
<style>
a { background-color: #F12901; }
a { background-color: rgb(241,41,1); }
div.DivClassName
{
background-color: #F12901;
}
.BgClassName
{
background-color: #F12901;
}
</style>
border-color css
<style>
span { border-color: #F12901; }
span { border-color: rgb(241,41,1); }
td.TdClassName
{
border-color: #F12901;
}
.TagClassName
{
border-color: #F12901;
}
</style>