Shades of Scarlet #F1310C
Tints of Scarlet #F1310C
RGB
CMYK
RGB Variations
Color information
#F1310C (or 0xF1310C) is known color: Scarlet. HEX triplet: F1, 31 and 0C. RGB value is (241,49,12). Sum of RGB (Red+Green+Blue) = 241+49+12=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1310C is #0ECEF3. Grayscale: #666666. Windows color (decimal): -970484 or 799217. OLE color: 799217.
HSL color Cylindrical-coordinate representation of color #F1310C: hue angle of 9.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1310C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.05 |
| HSL | 9.69º | 0.91% | 0.5% | - |
| HSV(B) | 9.69º | 0.95% | 0.95% | - |
| XYZ | 37.44 | 20.92 | 2.41 | - |
| YUV | 102.19 | 77.11 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 12 | 0 | 0.80 | 0.95 | 0.05 | 9.69 | 0.91 | 0.5 |
| Hex | F1 | 31 | C | 0 | 50 | 5F | 5 | A | 5B | 32 |
| Octal | 361 | 61 | 14 | 0 | 120 | 137 | 5 | 12 | 133 | 62 |
| Binary | 11110001 | 110001 | 1100 | 0 | 1010000 | 1011111 | 101 | 1010 | 1011011 | 110010 |
Color Harmonies of #F1310C
Complementary color
Monochromatic Colors of #F1310C
Black with #F1310C
Text Example
Text Example
White with #F1310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1310C; }
p { color: rgb(241,49,12); }
H1.HeaderClassName
{
color: #F1310C;
}
.AnyTagClassName
{
color: #F1310C;
}
</style>
background-color css
<style>
a { background-color: #F1310C; }
a { background-color: rgb(241,49,12); }
div.DivClassName
{
background-color: #F1310C;
}
.BgClassName
{
background-color: #F1310C;
}
</style>
border-color css
<style>
span { border-color: #F1310C; }
span { border-color: rgb(241,49,12); }
td.TdClassName
{
border-color: #F1310C;
}
.TagClassName
{
border-color: #F1310C;
}
</style>