Shades of Scarlet #F42511
Tints of Scarlet #F42511
RGB
CMYK
RGB Variations
Color information
#F42511 (or 0xF42511) is known color: Scarlet. HEX triplet: F4, 25 and 11. RGB value is (244,37,17). Sum of RGB (Red+Green+Blue) = 244+37+17=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F42511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42511 is #0BDAEE. Grayscale: #606060. Windows color (decimal): -776943 or 1123828. OLE color: 1123828.
HSL color Cylindrical-coordinate representation of color #F42511: hue angle of 5.29º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F42511 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.04 |
| HSL | 5.29º | 0.91% | 0.51% | - |
| HSV(B) | 5.29º | 0.93% | 0.96% | - |
| XYZ | 38.07 | 20.6 | 2.5 | - |
| YUV | 96.61 | 83.08 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 17 | 0 | 0.85 | 0.93 | 0.04 | 5.29 | 0.91 | 0.51 |
| Hex | F4 | 25 | 11 | 0 | 55 | 5D | 4 | 5 | 5B | 33 |
| Octal | 364 | 45 | 21 | 0 | 125 | 135 | 4 | 5 | 133 | 63 |
| Binary | 11110100 | 100101 | 10001 | 0 | 1010101 | 1011101 | 100 | 101 | 1011011 | 110011 |
Color Harmonies of #F42511
Complementary color
Monochromatic Colors of #F42511
Black with #F42511
Text Example
Text Example
White with #F42511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42511; }
p { color: rgb(244,37,17); }
H1.HeaderClassName
{
color: #F42511;
}
.AnyTagClassName
{
color: #F42511;
}
</style>
background-color css
<style>
a { background-color: #F42511; }
a { background-color: rgb(244,37,17); }
div.DivClassName
{
background-color: #F42511;
}
.BgClassName
{
background-color: #F42511;
}
</style>
border-color css
<style>
span { border-color: #F42511; }
span { border-color: rgb(244,37,17); }
td.TdClassName
{
border-color: #F42511;
}
.TagClassName
{
border-color: #F42511;
}
</style>