Shades of Scarlet #F1140F
Tints of Scarlet #F1140F
RGB
CMYK
RGB Variations
Color information
#F1140F (or 0xF1140F) is known color: Scarlet. HEX triplet: F1, 14 and 0F. RGB value is (241,20,15). Sum of RGB (Red+Green+Blue) = 241+20+15=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F1140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1140F is #0EEBF0. Grayscale: #555555. Windows color (decimal): -977905 or 988401. OLE color: 988401.
HSL color Cylindrical-coordinate representation of color #F1140F: hue angle of 1.33º 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 #F1140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.05 |
| HSL | 1.33º | 0.89% | 0.5% | - |
| HSV(B) | 1.33º | 0.94% | 0.95% | - |
| XYZ | 36.61 | 19.24 | 2.24 | - |
| YUV | 85.51 | 88.22 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 15 | 0 | 0.92 | 0.94 | 0.05 | 1.33 | 0.89 | 0.5 |
| Hex | F1 | 14 | F | 0 | 5C | 5E | 5 | 1 | 59 | 32 |
| Octal | 361 | 24 | 17 | 0 | 134 | 136 | 5 | 1 | 131 | 62 |
| Binary | 11110001 | 10100 | 1111 | 0 | 1011100 | 1011110 | 101 | 1 | 1011001 | 110010 |
Color Harmonies of #F1140F
Complementary color
Monochromatic Colors of #F1140F
Black with #F1140F
Text Example
Text Example
White with #F1140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1140F; }
p { color: rgb(241,20,15); }
H1.HeaderClassName
{
color: #F1140F;
}
.AnyTagClassName
{
color: #F1140F;
}
</style>
background-color css
<style>
a { background-color: #F1140F; }
a { background-color: rgb(241,20,15); }
div.DivClassName
{
background-color: #F1140F;
}
.BgClassName
{
background-color: #F1140F;
}
</style>
border-color css
<style>
span { border-color: #F1140F; }
span { border-color: rgb(241,20,15); }
td.TdClassName
{
border-color: #F1140F;
}
.TagClassName
{
border-color: #F1140F;
}
</style>