Shades of Scarlet #F41800
Tints of Scarlet #F41800
RGB
CMYK
RGB Variations
Color information
#F41800 (or 0xF41800) is known color: Scarlet. HEX triplet: F4, 18 and 00. RGB value is (244,24,0). Sum of RGB (Red+Green+Blue) = 244+24+0=268 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.04% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 244 - color contains mainly: red. Hex color #F41800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41800 is #0BE7FF. Grayscale: #575757. Windows color (decimal): -780288 or 6388. OLE color: 6388.
HSL color Cylindrical-coordinate representation of color #F41800: hue angle of 5.9º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F41800 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.04 |
| HSL | 5.9º | 1% | 0.48% | - |
| HSV(B) | 5.9º | 1% | 0.96% | - |
| XYZ | 37.63 | 19.89 | 1.85 | - |
| YUV | 87.04 | 78.89 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 0 | 0 | 0.90 | 1 | 0.04 | 5.9 | 1 | 0.48 |
| Hex | F4 | 18 | 0 | 0 | 5A | 64 | 4 | 6 | 64 | 30 |
| Octal | 364 | 30 | 0 | 0 | 132 | 144 | 4 | 6 | 144 | 60 |
| Binary | 11110100 | 11000 | 0 | 0 | 1011010 | 1100100 | 100 | 110 | 1100100 | 110000 |
Color Harmonies of #F41800
Complementary color
Monochromatic Colors of #F41800
Black with #F41800
Text Example
Text Example
White with #F41800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41800; }
p { color: rgb(244,24,0); }
H1.HeaderClassName
{
color: #F41800;
}
.AnyTagClassName
{
color: #F41800;
}
</style>
background-color css
<style>
a { background-color: #F41800; }
a { background-color: rgb(244,24,0); }
div.DivClassName
{
background-color: #F41800;
}
.BgClassName
{
background-color: #F41800;
}
</style>
border-color css
<style>
span { border-color: #F41800; }
span { border-color: rgb(244,24,0); }
td.TdClassName
{
border-color: #F41800;
}
.TagClassName
{
border-color: #F41800;
}
</style>