Shades of Scarlet #F43518
Tints of Scarlet #F43518
RGB
CMYK
RGB Variations
Color information
#F43518 (or 0xF43518) is known color: Scarlet. HEX triplet: F4, 35 and 18. RGB value is (244,53,24). Sum of RGB (Red+Green+Blue) = 244+53+24=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F43518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43518 is #0BCAE7. Grayscale: #6B6B6B. Windows color (decimal): -772840 or 1586676. OLE color: 1586676.
HSL color Cylindrical-coordinate representation of color #F43518: hue angle of 7.91º 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 #F43518 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 24 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.04 |
| HSL | 7.91º | 0.91% | 0.53% | - |
| HSV(B) | 7.91º | 0.9% | 0.96% | - |
| XYZ | 38.75 | 21.85 | 3.04 | - |
| YUV | 106.8 | 81.28 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 24 | 0 | 0.78 | 0.90 | 0.04 | 7.91 | 0.91 | 0.53 |
| Hex | F4 | 35 | 18 | 0 | 4E | 5A | 4 | 8 | 5B | 35 |
| Octal | 364 | 65 | 30 | 0 | 116 | 132 | 4 | 10 | 133 | 65 |
| Binary | 11110100 | 110101 | 11000 | 0 | 1001110 | 1011010 | 100 | 1000 | 1011011 | 110101 |
Color Harmonies of #F43518
Complementary color
Monochromatic Colors of #F43518
Black with #F43518
Text Example
Text Example
White with #F43518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43518; }
p { color: rgb(244,53,24); }
H1.HeaderClassName
{
color: #F43518;
}
.AnyTagClassName
{
color: #F43518;
}
</style>
background-color css
<style>
a { background-color: #F43518; }
a { background-color: rgb(244,53,24); }
div.DivClassName
{
background-color: #F43518;
}
.BgClassName
{
background-color: #F43518;
}
</style>
border-color css
<style>
span { border-color: #F43518; }
span { border-color: rgb(244,53,24); }
td.TdClassName
{
border-color: #F43518;
}
.TagClassName
{
border-color: #F43518;
}
</style>