Shades of Scarlet #F41C18
Tints of Scarlet #F41C18
RGB
CMYK
RGB Variations
Color information
#F41C18 (or 0xF41C18) is known color: Scarlet. HEX triplet: F4, 1C and 18. RGB value is (244,28,24). Sum of RGB (Red+Green+Blue) = 244+28+24=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41C18 is #0BE3E7. Grayscale: #5C5C5C. Windows color (decimal): -779240 or 1580276. OLE color: 1580276.
HSL color Cylindrical-coordinate representation of color #F41C18: hue angle of 1.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41C18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 24 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.04 |
| HSL | 1.09º | 0.91% | 0.53% | - |
| HSV(B) | 1.09º | 0.9% | 0.96% | - |
| XYZ | 37.89 | 20.13 | 2.75 | - |
| YUV | 92.13 | 89.56 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 24 | 0 | 0.89 | 0.90 | 0.04 | 1.09 | 0.91 | 0.53 |
| Hex | F4 | 1C | 18 | 0 | 59 | 5A | 4 | 1 | 5B | 35 |
| Octal | 364 | 34 | 30 | 0 | 131 | 132 | 4 | 1 | 133 | 65 |
| Binary | 11110100 | 11100 | 11000 | 0 | 1011001 | 1011010 | 100 | 1 | 1011011 | 110101 |
Color Harmonies of #F41C18
Complementary color
Monochromatic Colors of #F41C18
Black with #F41C18
Text Example
Text Example
White with #F41C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C18; }
p { color: rgb(244,28,24); }
H1.HeaderClassName
{
color: #F41C18;
}
.AnyTagClassName
{
color: #F41C18;
}
</style>
background-color css
<style>
a { background-color: #F41C18; }
a { background-color: rgb(244,28,24); }
div.DivClassName
{
background-color: #F41C18;
}
.BgClassName
{
background-color: #F41C18;
}
</style>
border-color css
<style>
span { border-color: #F41C18; }
span { border-color: rgb(244,28,24); }
td.TdClassName
{
border-color: #F41C18;
}
.TagClassName
{
border-color: #F41C18;
}
</style>