Shades of Scarlet #F41B1A
Tints of Scarlet #F41B1A
RGB
CMYK
RGB Variations
Color information
#F41B1A (or 0xF41B1A) is known color: Scarlet. HEX triplet: F4, 1B and 1A. RGB value is (244,27,26). Sum of RGB (Red+Green+Blue) = 244+27+26=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41B1A is #0BE4E5. Grayscale: #5B5B5B. Windows color (decimal): -779494 or 1711092. OLE color: 1711092.
HSL color Cylindrical-coordinate representation of color #F41B1A: hue angle of 0.28º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41B1A is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 26 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.04 |
| HSL | 0.28º | 0.91% | 0.53% | - |
| HSV(B) | 0.28º | 0.89% | 0.96% | - |
| XYZ | 37.89 | 20.09 | 2.86 | - |
| YUV | 91.77 | 90.89 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 26 | 0 | 0.89 | 0.89 | 0.04 | 0.28 | 0.91 | 0.53 |
| Hex | F4 | 1B | 1A | 0 | 59 | 59 | 4 | 0 | 5B | 35 |
| Octal | 364 | 33 | 32 | 0 | 131 | 131 | 4 | 0 | 133 | 65 |
| Binary | 11110100 | 11011 | 11010 | 0 | 1011001 | 1011001 | 100 | 0 | 1011011 | 110101 |
Color Harmonies of #F41B1A
Complementary color
Monochromatic Colors of #F41B1A
Black with #F41B1A
Text Example
Text Example
White with #F41B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41B1A; }
p { color: rgb(244,27,26); }
H1.HeaderClassName
{
color: #F41B1A;
}
.AnyTagClassName
{
color: #F41B1A;
}
</style>
background-color css
<style>
a { background-color: #F41B1A; }
a { background-color: rgb(244,27,26); }
div.DivClassName
{
background-color: #F41B1A;
}
.BgClassName
{
background-color: #F41B1A;
}
</style>
border-color css
<style>
span { border-color: #F41B1A; }
span { border-color: rgb(244,27,26); }
td.TdClassName
{
border-color: #F41B1A;
}
.TagClassName
{
border-color: #F41B1A;
}
</style>