Shades of Scarlet #F41805
Tints of Scarlet #F41805
RGB
CMYK
RGB Variations
Color information
#F41805 (or 0xF41805) is known color: Scarlet. HEX triplet: F4, 18 and 05. RGB value is (244,24,5). Sum of RGB (Red+Green+Blue) = 244+24+5=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F41805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41805 is #0BE7FA. Grayscale: #575757. Windows color (decimal): -780283 or 334068. OLE color: 334068.
HSL color Cylindrical-coordinate representation of color #F41805: hue angle of 4.77º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F41805 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.04 |
| HSL | 4.77º | 0.96% | 0.49% | - |
| HSV(B) | 4.77º | 0.98% | 0.96% | - |
| XYZ | 37.66 | 19.9 | 2 | - |
| YUV | 87.61 | 81.39 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 5 | 0 | 0.90 | 0.98 | 0.04 | 4.77 | 0.96 | 0.49 |
| Hex | F4 | 18 | 5 | 0 | 5A | 62 | 4 | 5 | 60 | 31 |
| Octal | 364 | 30 | 5 | 0 | 132 | 142 | 4 | 5 | 140 | 61 |
| Binary | 11110100 | 11000 | 101 | 0 | 1011010 | 1100010 | 100 | 101 | 1100000 | 110001 |
Color Harmonies of #F41805
Complementary color
Monochromatic Colors of #F41805
Black with #F41805
Text Example
Text Example
White with #F41805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41805; }
p { color: rgb(244,24,5); }
H1.HeaderClassName
{
color: #F41805;
}
.AnyTagClassName
{
color: #F41805;
}
</style>
background-color css
<style>
a { background-color: #F41805; }
a { background-color: rgb(244,24,5); }
div.DivClassName
{
background-color: #F41805;
}
.BgClassName
{
background-color: #F41805;
}
</style>
border-color css
<style>
span { border-color: #F41805; }
span { border-color: rgb(244,24,5); }
td.TdClassName
{
border-color: #F41805;
}
.TagClassName
{
border-color: #F41805;
}
</style>