Shades of Scarlet #F13417
Tints of Scarlet #F13417
RGB
CMYK
RGB Variations
Color information
#F13417 (or 0xF13417) is known color: Scarlet. HEX triplet: F1, 34 and 17. RGB value is (241,52,23). Sum of RGB (Red+Green+Blue) = 241+52+23=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F13417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13417 is #0ECBE8. Grayscale: #696969. Windows color (decimal): -969705 or 1520881. OLE color: 1520881.
HSL color Cylindrical-coordinate representation of color #F13417: hue angle of 7.98º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F13417 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.05 |
| HSL | 7.98º | 0.89% | 0.52% | - |
| HSV(B) | 7.98º | 0.9% | 0.95% | - |
| XYZ | 37.66 | 21.22 | 2.92 | - |
| YUV | 105.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 23 | 0 | 0.78 | 0.90 | 0.05 | 7.98 | 0.89 | 0.52 |
| Hex | F1 | 34 | 17 | 0 | 4E | 5A | 5 | 8 | 59 | 34 |
| Octal | 361 | 64 | 27 | 0 | 116 | 132 | 5 | 10 | 131 | 64 |
| Binary | 11110001 | 110100 | 10111 | 0 | 1001110 | 1011010 | 101 | 1000 | 1011001 | 110100 |
Color Harmonies of #F13417
Complementary color
Monochromatic Colors of #F13417
Black with #F13417
Text Example
Text Example
White with #F13417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13417; }
p { color: rgb(241,52,23); }
H1.HeaderClassName
{
color: #F13417;
}
.AnyTagClassName
{
color: #F13417;
}
</style>
background-color css
<style>
a { background-color: #F13417; }
a { background-color: rgb(241,52,23); }
div.DivClassName
{
background-color: #F13417;
}
.BgClassName
{
background-color: #F13417;
}
</style>
border-color css
<style>
span { border-color: #F13417; }
span { border-color: rgb(241,52,23); }
td.TdClassName
{
border-color: #F13417;
}
.TagClassName
{
border-color: #F13417;
}
</style>