Shades of Scarlet #F22411
Tints of Scarlet #F22411
RGB
CMYK
RGB Variations
Color information
#F22411 (or 0xF22411) is known color: Scarlet. HEX triplet: F2, 24 and 11. RGB value is (242,36,17). Sum of RGB (Red+Green+Blue) = 242+36+17=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22411 is #0DDBEE. Grayscale: #5F5F5F. Windows color (decimal): -908271 or 1123570. OLE color: 1123570.
HSL color Cylindrical-coordinate representation of color #F22411: hue angle of 5.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F22411 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 5.07º | 0.9% | 0.51% | - |
| HSV(B) | 5.07º | 0.93% | 0.95% | - |
| XYZ | 37.35 | 20.18 | 2.46 | - |
| YUV | 95.43 | 83.75 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 17 | 0 | 0.85 | 0.93 | 0.05 | 5.07 | 0.9 | 0.51 |
| Hex | F2 | 24 | 11 | 0 | 55 | 5D | 5 | 5 | 5A | 33 |
| Octal | 362 | 44 | 21 | 0 | 125 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110010 | 100100 | 10001 | 0 | 1010101 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F22411
Complementary color
Monochromatic Colors of #F22411
Black with #F22411
Text Example
Text Example
White with #F22411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22411; }
p { color: rgb(242,36,17); }
H1.HeaderClassName
{
color: #F22411;
}
.AnyTagClassName
{
color: #F22411;
}
</style>
background-color css
<style>
a { background-color: #F22411; }
a { background-color: rgb(242,36,17); }
div.DivClassName
{
background-color: #F22411;
}
.BgClassName
{
background-color: #F22411;
}
</style>
border-color css
<style>
span { border-color: #F22411; }
span { border-color: rgb(242,36,17); }
td.TdClassName
{
border-color: #F22411;
}
.TagClassName
{
border-color: #F22411;
}
</style>