Shades of Scarlet #F42017
Tints of Scarlet #F42017
RGB
CMYK
RGB Variations
Color information
#F42017 (or 0xF42017) is known color: Scarlet. HEX triplet: F4, 20 and 17. RGB value is (244,32,23). Sum of RGB (Red+Green+Blue) = 244+32+23=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F42017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42017 is #0BDFE8. Grayscale: #5E5E5E. Windows color (decimal): -778217 or 1515764. OLE color: 1515764.
HSL color Cylindrical-coordinate representation of color #F42017: hue angle of 2.44º 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 #F42017 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.04 |
| HSL | 2.44º | 0.91% | 0.52% | - |
| HSV(B) | 2.44º | 0.91% | 0.96% | - |
| XYZ | 37.98 | 20.33 | 2.73 | - |
| YUV | 94.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 23 | 0 | 0.87 | 0.91 | 0.04 | 2.44 | 0.91 | 0.52 |
| Hex | F4 | 20 | 17 | 0 | 57 | 5B | 4 | 2 | 5B | 34 |
| Octal | 364 | 40 | 27 | 0 | 127 | 133 | 4 | 2 | 133 | 64 |
| Binary | 11110100 | 100000 | 10111 | 0 | 1010111 | 1011011 | 100 | 10 | 1011011 | 110100 |
Color Harmonies of #F42017
Complementary color
Monochromatic Colors of #F42017
Black with #F42017
Text Example
Text Example
White with #F42017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42017; }
p { color: rgb(244,32,23); }
H1.HeaderClassName
{
color: #F42017;
}
.AnyTagClassName
{
color: #F42017;
}
</style>
background-color css
<style>
a { background-color: #F42017; }
a { background-color: rgb(244,32,23); }
div.DivClassName
{
background-color: #F42017;
}
.BgClassName
{
background-color: #F42017;
}
</style>
border-color css
<style>
span { border-color: #F42017; }
span { border-color: rgb(244,32,23); }
td.TdClassName
{
border-color: #F42017;
}
.TagClassName
{
border-color: #F42017;
}
</style>