Shades of Scarlet #F43411
Tints of Scarlet #F43411
RGB
CMYK
RGB Variations
Color information
#F43411 (or 0xF43411) is known color: Scarlet. HEX triplet: F4, 34 and 11. RGB value is (244,52,17). Sum of RGB (Red+Green+Blue) = 244+52+17=313 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.96% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 244 - color contains mainly: red. Hex color #F43411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43411 is #0BCBEE. Grayscale: #696969. Windows color (decimal): -773103 or 1127668. OLE color: 1127668.
HSL color Cylindrical-coordinate representation of color #F43411: hue angle of 9.25º 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 #F43411 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 17 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.04 |
| HSL | 9.25º | 0.91% | 0.51% | - |
| HSV(B) | 9.25º | 0.93% | 0.96% | - |
| XYZ | 38.64 | 21.73 | 2.69 | - |
| YUV | 105.42 | 78.11 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 17 | 0 | 0.79 | 0.93 | 0.04 | 9.25 | 0.91 | 0.51 |
| Hex | F4 | 34 | 11 | 0 | 4F | 5D | 4 | 9 | 5B | 33 |
| Octal | 364 | 64 | 21 | 0 | 117 | 135 | 4 | 11 | 133 | 63 |
| Binary | 11110100 | 110100 | 10001 | 0 | 1001111 | 1011101 | 100 | 1001 | 1011011 | 110011 |
Color Harmonies of #F43411
Complementary color
Monochromatic Colors of #F43411
Black with #F43411
Text Example
Text Example
White with #F43411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43411; }
p { color: rgb(244,52,17); }
H1.HeaderClassName
{
color: #F43411;
}
.AnyTagClassName
{
color: #F43411;
}
</style>
background-color css
<style>
a { background-color: #F43411; }
a { background-color: rgb(244,52,17); }
div.DivClassName
{
background-color: #F43411;
}
.BgClassName
{
background-color: #F43411;
}
</style>
border-color css
<style>
span { border-color: #F43411; }
span { border-color: rgb(244,52,17); }
td.TdClassName
{
border-color: #F43411;
}
.TagClassName
{
border-color: #F43411;
}
</style>