Shades of Scarlet #F43511
Tints of Scarlet #F43511
RGB
CMYK
RGB Variations
Color information
#F43511 (or 0xF43511) is known color: Scarlet. HEX triplet: F4, 35 and 11. RGB value is (244,53,17). Sum of RGB (Red+Green+Blue) = 244+53+17=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F43511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43511 is #0BCAEE. Grayscale: #6A6A6A. Windows color (decimal): -772847 or 1127924. OLE color: 1127924.
HSL color Cylindrical-coordinate representation of color #F43511: hue angle of 9.52º 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 #F43511 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.04 |
| HSL | 9.52º | 0.91% | 0.51% | - |
| HSV(B) | 9.52º | 0.93% | 0.96% | - |
| XYZ | 38.68 | 21.82 | 2.7 | - |
| YUV | 106.01 | 77.78 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 17 | 0 | 0.78 | 0.93 | 0.04 | 9.52 | 0.91 | 0.51 |
| Hex | F4 | 35 | 11 | 0 | 4E | 5D | 4 | A | 5B | 33 |
| Octal | 364 | 65 | 21 | 0 | 116 | 135 | 4 | 12 | 133 | 63 |
| Binary | 11110100 | 110101 | 10001 | 0 | 1001110 | 1011101 | 100 | 1010 | 1011011 | 110011 |
Color Harmonies of #F43511
Complementary color
Monochromatic Colors of #F43511
Black with #F43511
Text Example
Text Example
White with #F43511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43511; }
p { color: rgb(244,53,17); }
H1.HeaderClassName
{
color: #F43511;
}
.AnyTagClassName
{
color: #F43511;
}
</style>
background-color css
<style>
a { background-color: #F43511; }
a { background-color: rgb(244,53,17); }
div.DivClassName
{
background-color: #F43511;
}
.BgClassName
{
background-color: #F43511;
}
</style>
border-color css
<style>
span { border-color: #F43511; }
span { border-color: rgb(244,53,17); }
td.TdClassName
{
border-color: #F43511;
}
.TagClassName
{
border-color: #F43511;
}
</style>