Shades of Scarlet #F42F11
Tints of Scarlet #F42F11
RGB
CMYK
RGB Variations
Color information
#F42F11 (or 0xF42F11) is known color: Scarlet. HEX triplet: F4, 2F and 11. RGB value is (244,47,17). Sum of RGB (Red+Green+Blue) = 244+47+17=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42F11 is #0BD0EE. Grayscale: #666666. Windows color (decimal): -774383 or 1126388. OLE color: 1126388.
HSL color Cylindrical-coordinate representation of color #F42F11: hue angle of 7.93º 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 #F42F11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.04 |
| HSL | 7.93º | 0.91% | 0.51% | - |
| HSV(B) | 7.93º | 0.93% | 0.96% | - |
| XYZ | 38.43 | 21.31 | 2.62 | - |
| YUV | 102.48 | 79.77 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 17 | 0 | 0.81 | 0.93 | 0.04 | 7.93 | 0.91 | 0.51 |
| Hex | F4 | 2F | 11 | 0 | 51 | 5D | 4 | 8 | 5B | 33 |
| Octal | 364 | 57 | 21 | 0 | 121 | 135 | 4 | 10 | 133 | 63 |
| Binary | 11110100 | 101111 | 10001 | 0 | 1010001 | 1011101 | 100 | 1000 | 1011011 | 110011 |
Color Harmonies of #F42F11
Complementary color
Monochromatic Colors of #F42F11
Black with #F42F11
Text Example
Text Example
White with #F42F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F11; }
p { color: rgb(244,47,17); }
H1.HeaderClassName
{
color: #F42F11;
}
.AnyTagClassName
{
color: #F42F11;
}
</style>
background-color css
<style>
a { background-color: #F42F11; }
a { background-color: rgb(244,47,17); }
div.DivClassName
{
background-color: #F42F11;
}
.BgClassName
{
background-color: #F42F11;
}
</style>
border-color css
<style>
span { border-color: #F42F11; }
span { border-color: rgb(244,47,17); }
td.TdClassName
{
border-color: #F42F11;
}
.TagClassName
{
border-color: #F42F11;
}
</style>