Shades of Scarlet #F13100
Tints of Scarlet #F13100
RGB
CMYK
RGB Variations
Color information
#F13100 (or 0xF13100) is known color: Scarlet. HEX triplet: F1, 31 and 00. RGB value is (241,49,0). Sum of RGB (Red+Green+Blue) = 241+49+0=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F13100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13100 is #0ECEFF. Grayscale: #656565. Windows color (decimal): -970496 or 12785. OLE color: 12785.
HSL color Cylindrical-coordinate representation of color #F13100: hue angle of 12.2º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.05 |
| HSL | 12.2º | 1% | 0.47% | - |
| HSV(B) | 12.2º | 1% | 0.95% | - |
| XYZ | 37.37 | 20.9 | 2.06 | - |
| YUV | 100.82 | 71.11 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 0 | 0 | 0.80 | 1 | 0.05 | 12.2 | 1 | 0.47 |
| Hex | F1 | 31 | 0 | 0 | 50 | 64 | 5 | C | 64 | 2F |
| Octal | 361 | 61 | 0 | 0 | 120 | 144 | 5 | 14 | 144 | 57 |
| Binary | 11110001 | 110001 | 0 | 0 | 1010000 | 1100100 | 101 | 1100 | 1100100 | 101111 |
Color Harmonies of #F13100
Complementary color
Monochromatic Colors of #F13100
Black with #F13100
Text Example
Text Example
White with #F13100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13100; }
p { color: rgb(241,49,0); }
H1.HeaderClassName
{
color: #F13100;
}
.AnyTagClassName
{
color: #F13100;
}
</style>
background-color css
<style>
a { background-color: #F13100; }
a { background-color: rgb(241,49,0); }
div.DivClassName
{
background-color: #F13100;
}
.BgClassName
{
background-color: #F13100;
}
</style>
border-color css
<style>
span { border-color: #F13100; }
span { border-color: rgb(241,49,0); }
td.TdClassName
{
border-color: #F13100;
}
.TagClassName
{
border-color: #F13100;
}
</style>