Shades of Scarlet #F42711
Tints of Scarlet #F42711
RGB
CMYK
RGB Variations
Color information
#F42711 (or 0xF42711) is known color: Scarlet. HEX triplet: F4, 27 and 11. RGB value is (244,39,17). Sum of RGB (Red+Green+Blue) = 244+39+17=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F42711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42711 is #0BD8EE. Grayscale: #626262. Windows color (decimal): -776431 or 1124340. OLE color: 1124340.
HSL color Cylindrical-coordinate representation of color #F42711: hue angle of 5.81º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F42711 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.04 |
| HSL | 5.81º | 0.91% | 0.51% | - |
| HSV(B) | 5.81º | 0.93% | 0.96% | - |
| XYZ | 38.13 | 20.72 | 2.52 | - |
| YUV | 97.79 | 82.42 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 17 | 0 | 0.84 | 0.93 | 0.04 | 5.81 | 0.91 | 0.51 |
| Hex | F4 | 27 | 11 | 0 | 54 | 5D | 4 | 6 | 5B | 33 |
| Octal | 364 | 47 | 21 | 0 | 124 | 135 | 4 | 6 | 133 | 63 |
| Binary | 11110100 | 100111 | 10001 | 0 | 1010100 | 1011101 | 100 | 110 | 1011011 | 110011 |
Color Harmonies of #F42711
Complementary color
Monochromatic Colors of #F42711
Black with #F42711
Text Example
Text Example
White with #F42711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42711; }
p { color: rgb(244,39,17); }
H1.HeaderClassName
{
color: #F42711;
}
.AnyTagClassName
{
color: #F42711;
}
</style>
background-color css
<style>
a { background-color: #F42711; }
a { background-color: rgb(244,39,17); }
div.DivClassName
{
background-color: #F42711;
}
.BgClassName
{
background-color: #F42711;
}
</style>
border-color css
<style>
span { border-color: #F42711; }
span { border-color: rgb(244,39,17); }
td.TdClassName
{
border-color: #F42711;
}
.TagClassName
{
border-color: #F42711;
}
</style>