Shades of Scarlet #F41C17
Tints of Scarlet #F41C17
RGB
CMYK
RGB Variations
Color information
#F41C17 (or 0xF41C17) is known color: Scarlet. HEX triplet: F4, 1C and 17. RGB value is (244,28,23). Sum of RGB (Red+Green+Blue) = 244+28+23=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41C17 is #0BE3E8. Grayscale: #5C5C5C. Windows color (decimal): -779241 or 1514740. OLE color: 1514740.
HSL color Cylindrical-coordinate representation of color #F41C17: hue angle of 1.36º 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 #F41C17 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 23 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.04 |
| HSL | 1.36º | 0.91% | 0.52% | - |
| HSV(B) | 1.36º | 0.91% | 0.96% | - |
| XYZ | 37.88 | 20.13 | 2.7 | - |
| YUV | 92.01 | 89.06 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 23 | 0 | 0.89 | 0.91 | 0.04 | 1.36 | 0.91 | 0.52 |
| Hex | F4 | 1C | 17 | 0 | 59 | 5B | 4 | 1 | 5B | 34 |
| Octal | 364 | 34 | 27 | 0 | 131 | 133 | 4 | 1 | 133 | 64 |
| Binary | 11110100 | 11100 | 10111 | 0 | 1011001 | 1011011 | 100 | 1 | 1011011 | 110100 |
Color Harmonies of #F41C17
Complementary color
Monochromatic Colors of #F41C17
Black with #F41C17
Text Example
Text Example
White with #F41C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C17; }
p { color: rgb(244,28,23); }
H1.HeaderClassName
{
color: #F41C17;
}
.AnyTagClassName
{
color: #F41C17;
}
</style>
background-color css
<style>
a { background-color: #F41C17; }
a { background-color: rgb(244,28,23); }
div.DivClassName
{
background-color: #F41C17;
}
.BgClassName
{
background-color: #F41C17;
}
</style>
border-color css
<style>
span { border-color: #F41C17; }
span { border-color: rgb(244,28,23); }
td.TdClassName
{
border-color: #F41C17;
}
.TagClassName
{
border-color: #F41C17;
}
</style>