Shades of Scarlet #F43011
Tints of Scarlet #F43011
RGB
CMYK
RGB Variations
Color information
#F43011 (or 0xF43011) is known color: Scarlet. HEX triplet: F4, 30 and 11. RGB value is (244,48,17). Sum of RGB (Red+Green+Blue) = 244+48+17=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F43011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43011 is #0BCFEE. Grayscale: #676767. Windows color (decimal): -774127 or 1126644. OLE color: 1126644.
HSL color Cylindrical-coordinate representation of color #F43011: hue angle of 8.19º 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 #F43011 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 17 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.04 |
| HSL | 8.19º | 0.91% | 0.51% | - |
| HSV(B) | 8.19º | 0.93% | 0.96% | - |
| XYZ | 38.47 | 21.39 | 2.63 | - |
| YUV | 103.07 | 79.43 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 17 | 0 | 0.80 | 0.93 | 0.04 | 8.19 | 0.91 | 0.51 |
| Hex | F4 | 30 | 11 | 0 | 50 | 5D | 4 | 8 | 5B | 33 |
| Octal | 364 | 60 | 21 | 0 | 120 | 135 | 4 | 10 | 133 | 63 |
| Binary | 11110100 | 110000 | 10001 | 0 | 1010000 | 1011101 | 100 | 1000 | 1011011 | 110011 |
Color Harmonies of #F43011
Complementary color
Monochromatic Colors of #F43011
Black with #F43011
Text Example
Text Example
White with #F43011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43011; }
p { color: rgb(244,48,17); }
H1.HeaderClassName
{
color: #F43011;
}
.AnyTagClassName
{
color: #F43011;
}
</style>
background-color css
<style>
a { background-color: #F43011; }
a { background-color: rgb(244,48,17); }
div.DivClassName
{
background-color: #F43011;
}
.BgClassName
{
background-color: #F43011;
}
</style>
border-color css
<style>
span { border-color: #F43011; }
span { border-color: rgb(244,48,17); }
td.TdClassName
{
border-color: #F43011;
}
.TagClassName
{
border-color: #F43011;
}
</style>