Shades of Scarlet #F41D17
Tints of Scarlet #F41D17
RGB
CMYK
RGB Variations
Color information
#F41D17 (or 0xF41D17) is known color: Scarlet. HEX triplet: F4, 1D and 17. RGB value is (244,29,23). Sum of RGB (Red+Green+Blue) = 244+29+23=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41D17 is #0BE2E8. Grayscale: #5C5C5C. Windows color (decimal): -778985 or 1514996. OLE color: 1514996.
HSL color Cylindrical-coordinate representation of color #F41D17: hue angle of 1.63º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41D17 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 23 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.04 |
| HSL | 1.63º | 0.91% | 0.52% | - |
| HSV(B) | 1.63º | 0.91% | 0.96% | - |
| XYZ | 37.9 | 20.17 | 2.71 | - |
| YUV | 92.6 | 88.73 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 23 | 0 | 0.88 | 0.91 | 0.04 | 1.63 | 0.91 | 0.52 |
| Hex | F4 | 1D | 17 | 0 | 58 | 5B | 4 | 2 | 5B | 34 |
| Octal | 364 | 35 | 27 | 0 | 130 | 133 | 4 | 2 | 133 | 64 |
| Binary | 11110100 | 11101 | 10111 | 0 | 1011000 | 1011011 | 100 | 10 | 1011011 | 110100 |
Color Harmonies of #F41D17
Complementary color
Monochromatic Colors of #F41D17
Black with #F41D17
Text Example
Text Example
White with #F41D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D17; }
p { color: rgb(244,29,23); }
H1.HeaderClassName
{
color: #F41D17;
}
.AnyTagClassName
{
color: #F41D17;
}
</style>
background-color css
<style>
a { background-color: #F41D17; }
a { background-color: rgb(244,29,23); }
div.DivClassName
{
background-color: #F41D17;
}
.BgClassName
{
background-color: #F41D17;
}
</style>
border-color css
<style>
span { border-color: #F41D17; }
span { border-color: rgb(244,29,23); }
td.TdClassName
{
border-color: #F41D17;
}
.TagClassName
{
border-color: #F41D17;
}
</style>