Shades of Scarlet #F42410
Tints of Scarlet #F42410
RGB
CMYK
RGB Variations
Color information
#F42410 (or 0xF42410) is known color: Scarlet. HEX triplet: F4, 24 and 10. RGB value is (244,36,16). Sum of RGB (Red+Green+Blue) = 244+36+16=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F42410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42410 is #0BDBEF. Grayscale: #606060. Windows color (decimal): -777200 or 1058036. OLE color: 1058036.
HSL color Cylindrical-coordinate representation of color #F42410: hue angle of 5.26º 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 #F42410 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.04 |
| HSL | 5.26º | 0.91% | 0.51% | - |
| HSV(B) | 5.26º | 0.93% | 0.96% | - |
| XYZ | 38.03 | 20.53 | 2.45 | - |
| YUV | 95.91 | 82.91 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 16 | 0 | 0.85 | 0.93 | 0.04 | 5.26 | 0.91 | 0.51 |
| Hex | F4 | 24 | 10 | 0 | 55 | 5D | 4 | 5 | 5B | 33 |
| Octal | 364 | 44 | 20 | 0 | 125 | 135 | 4 | 5 | 133 | 63 |
| Binary | 11110100 | 100100 | 10000 | 0 | 1010101 | 1011101 | 100 | 101 | 1011011 | 110011 |
Color Harmonies of #F42410
Complementary color
Monochromatic Colors of #F42410
Black with #F42410
Text Example
Text Example
White with #F42410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42410; }
p { color: rgb(244,36,16); }
H1.HeaderClassName
{
color: #F42410;
}
.AnyTagClassName
{
color: #F42410;
}
</style>
background-color css
<style>
a { background-color: #F42410; }
a { background-color: rgb(244,36,16); }
div.DivClassName
{
background-color: #F42410;
}
.BgClassName
{
background-color: #F42410;
}
</style>
border-color css
<style>
span { border-color: #F42410; }
span { border-color: rgb(244,36,16); }
td.TdClassName
{
border-color: #F42410;
}
.TagClassName
{
border-color: #F42410;
}
</style>