Shades of Scarlet #F43416
Tints of Scarlet #F43416
RGB
CMYK
RGB Variations
Color information
#F43416 (or 0xF43416) is known color: Scarlet. HEX triplet: F4, 34 and 16. RGB value is (244,52,22). Sum of RGB (Red+Green+Blue) = 244+52+22=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F43416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43416 is #0BCBE9. Grayscale: #6A6A6A. Windows color (decimal): -773098 or 1455348. OLE color: 1455348.
HSL color Cylindrical-coordinate representation of color #F43416: hue angle of 8.11º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F43416 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 22 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.04 |
| HSL | 8.11º | 0.91% | 0.52% | - |
| HSV(B) | 8.11º | 0.91% | 0.96% | - |
| XYZ | 38.68 | 21.75 | 2.92 | - |
| YUV | 105.99 | 80.61 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 22 | 0 | 0.79 | 0.91 | 0.04 | 8.11 | 0.91 | 0.52 |
| Hex | F4 | 34 | 16 | 0 | 4F | 5B | 4 | 8 | 5B | 34 |
| Octal | 364 | 64 | 26 | 0 | 117 | 133 | 4 | 10 | 133 | 64 |
| Binary | 11110100 | 110100 | 10110 | 0 | 1001111 | 1011011 | 100 | 1000 | 1011011 | 110100 |
Color Harmonies of #F43416
Complementary color
Monochromatic Colors of #F43416
Black with #F43416
Text Example
Text Example
White with #F43416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43416; }
p { color: rgb(244,52,22); }
H1.HeaderClassName
{
color: #F43416;
}
.AnyTagClassName
{
color: #F43416;
}
</style>
background-color css
<style>
a { background-color: #F43416; }
a { background-color: rgb(244,52,22); }
div.DivClassName
{
background-color: #F43416;
}
.BgClassName
{
background-color: #F43416;
}
</style>
border-color css
<style>
span { border-color: #F43416; }
span { border-color: rgb(244,52,22); }
td.TdClassName
{
border-color: #F43416;
}
.TagClassName
{
border-color: #F43416;
}
</style>