Shades of Scarlet #F42412
Tints of Scarlet #F42412
RGB
CMYK
RGB Variations
Color information
#F42412 (or 0xF42412) is known color: Scarlet. HEX triplet: F4, 24 and 12. RGB value is (244,36,18). Sum of RGB (Red+Green+Blue) = 244+36+18=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F42412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42412 is #0BDBED. Grayscale: #606060. Windows color (decimal): -777198 or 1189108. OLE color: 1189108.
HSL color Cylindrical-coordinate representation of color #F42412: hue angle of 4.78º 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 #F42412 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.04 |
| HSL | 4.78º | 0.91% | 0.51% | - |
| HSV(B) | 4.78º | 0.93% | 0.96% | - |
| XYZ | 38.05 | 20.54 | 2.53 | - |
| YUV | 96.14 | 83.91 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 18 | 0 | 0.85 | 0.93 | 0.04 | 4.78 | 0.91 | 0.51 |
| Hex | F4 | 24 | 12 | 0 | 55 | 5D | 4 | 5 | 5B | 33 |
| Octal | 364 | 44 | 22 | 0 | 125 | 135 | 4 | 5 | 133 | 63 |
| Binary | 11110100 | 100100 | 10010 | 0 | 1010101 | 1011101 | 100 | 101 | 1011011 | 110011 |
Color Harmonies of #F42412
Complementary color
Monochromatic Colors of #F42412
Black with #F42412
Text Example
Text Example
White with #F42412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42412; }
p { color: rgb(244,36,18); }
H1.HeaderClassName
{
color: #F42412;
}
.AnyTagClassName
{
color: #F42412;
}
</style>
background-color css
<style>
a { background-color: #F42412; }
a { background-color: rgb(244,36,18); }
div.DivClassName
{
background-color: #F42412;
}
.BgClassName
{
background-color: #F42412;
}
</style>
border-color css
<style>
span { border-color: #F42412; }
span { border-color: rgb(244,36,18); }
td.TdClassName
{
border-color: #F42412;
}
.TagClassName
{
border-color: #F42412;
}
</style>