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