Shades of Scarlet #F43111
Tints of Scarlet #F43111
RGB
CMYK
RGB Variations
Color information
#F43111 (or 0xF43111) is known color: Scarlet. HEX triplet: F4, 31 and 11. RGB value is (244,49,17). Sum of RGB (Red+Green+Blue) = 244+49+17=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F43111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43111 is #0BCEEE. Grayscale: #676767. Windows color (decimal): -773871 or 1126900. OLE color: 1126900.
HSL color Cylindrical-coordinate representation of color #F43111: hue angle of 8.46º 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 #F43111 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 17 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.04 |
| HSL | 8.46º | 0.91% | 0.51% | - |
| HSV(B) | 8.46º | 0.93% | 0.96% | - |
| XYZ | 38.51 | 21.47 | 2.64 | - |
| YUV | 103.66 | 79.1 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 17 | 0 | 0.80 | 0.93 | 0.04 | 8.46 | 0.91 | 0.51 |
| Hex | F4 | 31 | 11 | 0 | 50 | 5D | 4 | 8 | 5B | 33 |
| Octal | 364 | 61 | 21 | 0 | 120 | 135 | 4 | 10 | 133 | 63 |
| Binary | 11110100 | 110001 | 10001 | 0 | 1010000 | 1011101 | 100 | 1000 | 1011011 | 110011 |
Color Harmonies of #F43111
Complementary color
Monochromatic Colors of #F43111
Black with #F43111
Text Example
Text Example
White with #F43111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43111; }
p { color: rgb(244,49,17); }
H1.HeaderClassName
{
color: #F43111;
}
.AnyTagClassName
{
color: #F43111;
}
</style>
background-color css
<style>
a { background-color: #F43111; }
a { background-color: rgb(244,49,17); }
div.DivClassName
{
background-color: #F43111;
}
.BgClassName
{
background-color: #F43111;
}
</style>
border-color css
<style>
span { border-color: #F43111; }
span { border-color: rgb(244,49,17); }
td.TdClassName
{
border-color: #F43111;
}
.TagClassName
{
border-color: #F43111;
}
</style>