Shades of Scarlet #F41B16
Tints of Scarlet #F41B16
RGB
CMYK
RGB Variations
Color information
#F41B16 (or 0xF41B16) is known color: Scarlet. HEX triplet: F4, 1B and 16. RGB value is (244,27,22). Sum of RGB (Red+Green+Blue) = 244+27+22=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41B16 is #0BE4E9. Grayscale: #5B5B5B. Windows color (decimal): -779498 or 1448948. OLE color: 1448948.
HSL color Cylindrical-coordinate representation of color #F41B16: hue angle of 1.35º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41B16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.04 |
| HSL | 1.35º | 0.91% | 0.52% | - |
| HSV(B) | 1.35º | 0.91% | 0.96% | - |
| XYZ | 37.84 | 20.07 | 2.64 | - |
| YUV | 91.31 | 88.89 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 22 | 0 | 0.89 | 0.91 | 0.04 | 1.35 | 0.91 | 0.52 |
| Hex | F4 | 1B | 16 | 0 | 59 | 5B | 4 | 1 | 5B | 34 |
| Octal | 364 | 33 | 26 | 0 | 131 | 133 | 4 | 1 | 133 | 64 |
| Binary | 11110100 | 11011 | 10110 | 0 | 1011001 | 1011011 | 100 | 1 | 1011011 | 110100 |
Color Harmonies of #F41B16
Complementary color
Monochromatic Colors of #F41B16
Black with #F41B16
Text Example
Text Example
White with #F41B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41B16; }
p { color: rgb(244,27,22); }
H1.HeaderClassName
{
color: #F41B16;
}
.AnyTagClassName
{
color: #F41B16;
}
</style>
background-color css
<style>
a { background-color: #F41B16; }
a { background-color: rgb(244,27,22); }
div.DivClassName
{
background-color: #F41B16;
}
.BgClassName
{
background-color: #F41B16;
}
</style>
border-color css
<style>
span { border-color: #F41B16; }
span { border-color: rgb(244,27,22); }
td.TdClassName
{
border-color: #F41B16;
}
.TagClassName
{
border-color: #F41B16;
}
</style>