Shades of Scarlet #F1320E
Tints of Scarlet #F1320E
RGB
CMYK
RGB Variations
Color information
#F1320E (or 0xF1320E) is known color: Scarlet. HEX triplet: F1, 32 and 0E. RGB value is (241,50,14). Sum of RGB (Red+Green+Blue) = 241+50+14=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1320E is #0ECDF1. Grayscale: #676767. Windows color (decimal): -970226 or 930545. OLE color: 930545.
HSL color Cylindrical-coordinate representation of color #F1320E: hue angle of 9.52º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1320E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 14 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.05 |
| HSL | 9.52º | 0.89% | 0.5% | - |
| HSV(B) | 9.52º | 0.94% | 0.95% | - |
| XYZ | 37.5 | 21.01 | 2.5 | - |
| YUV | 103.01 | 77.78 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 14 | 0 | 0.79 | 0.94 | 0.05 | 9.52 | 0.89 | 0.5 |
| Hex | F1 | 32 | E | 0 | 4F | 5E | 5 | A | 59 | 32 |
| Octal | 361 | 62 | 16 | 0 | 117 | 136 | 5 | 12 | 131 | 62 |
| Binary | 11110001 | 110010 | 1110 | 0 | 1001111 | 1011110 | 101 | 1010 | 1011001 | 110010 |
Color Harmonies of #F1320E
Complementary color
Monochromatic Colors of #F1320E
Black with #F1320E
Text Example
Text Example
White with #F1320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1320E; }
p { color: rgb(241,50,14); }
H1.HeaderClassName
{
color: #F1320E;
}
.AnyTagClassName
{
color: #F1320E;
}
</style>
background-color css
<style>
a { background-color: #F1320E; }
a { background-color: rgb(241,50,14); }
div.DivClassName
{
background-color: #F1320E;
}
.BgClassName
{
background-color: #F1320E;
}
</style>
border-color css
<style>
span { border-color: #F1320E; }
span { border-color: rgb(241,50,14); }
td.TdClassName
{
border-color: #F1320E;
}
.TagClassName
{
border-color: #F1320E;
}
</style>