Shades of Scarlet #F42918
Tints of Scarlet #F42918
RGB
CMYK
RGB Variations
Color information
#F42918 (or 0xF42918) is known color: Scarlet. HEX triplet: F4, 29 and 18. RGB value is (244,41,24). Sum of RGB (Red+Green+Blue) = 244+41+24=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F42918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42918 is #0BD6E7. Grayscale: #646464. Windows color (decimal): -775912 or 1583604. OLE color: 1583604.
HSL color Cylindrical-coordinate representation of color #F42918: hue angle of 4.64º 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 #F42918 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 24 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.04 |
| HSL | 4.64º | 0.91% | 0.53% | - |
| HSV(B) | 4.64º | 0.9% | 0.96% | - |
| XYZ | 38.27 | 20.88 | 2.88 | - |
| YUV | 99.76 | 85.25 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 24 | 0 | 0.83 | 0.90 | 0.04 | 4.64 | 0.91 | 0.53 |
| Hex | F4 | 29 | 18 | 0 | 53 | 5A | 4 | 5 | 5B | 35 |
| Octal | 364 | 51 | 30 | 0 | 123 | 132 | 4 | 5 | 133 | 65 |
| Binary | 11110100 | 101001 | 11000 | 0 | 1010011 | 1011010 | 100 | 101 | 1011011 | 110101 |
Color Harmonies of #F42918
Complementary color
Monochromatic Colors of #F42918
Black with #F42918
Text Example
Text Example
White with #F42918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42918; }
p { color: rgb(244,41,24); }
H1.HeaderClassName
{
color: #F42918;
}
.AnyTagClassName
{
color: #F42918;
}
</style>
background-color css
<style>
a { background-color: #F42918; }
a { background-color: rgb(244,41,24); }
div.DivClassName
{
background-color: #F42918;
}
.BgClassName
{
background-color: #F42918;
}
</style>
border-color css
<style>
span { border-color: #F42918; }
span { border-color: rgb(244,41,24); }
td.TdClassName
{
border-color: #F42918;
}
.TagClassName
{
border-color: #F42918;
}
</style>