Shades of Scarlet #F41A1A
Tints of Scarlet #F41A1A
RGB
CMYK
RGB Variations
Color information
#F41A1A (or 0xF41A1A) is known color: Scarlet. HEX triplet: F4, 1A and 1A. RGB value is (244,26,26). Sum of RGB (Red+Green+Blue) = 244+26+26=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41A1A is #0BE5E5. Grayscale: #5B5B5B. Windows color (decimal): -779750 or 1710836. OLE color: 1710836.
HSL color Cylindrical-coordinate representation of color #F41A1A: hue angle of 0º 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 #F41A1A is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 26 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.04 |
| HSL | 0º | 0.91% | 0.53% | - |
| HSV(B) | 0º | 0.89% | 0.96% | - |
| XYZ | 37.86 | 20.05 | 2.85 | - |
| YUV | 91.18 | 91.22 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 26 | 0 | 0.89 | 0.89 | 0.04 | 0 | 0.91 | 0.53 |
| Hex | F4 | 1A | 1A | 0 | 59 | 59 | 4 | 0 | 5B | 35 |
| Octal | 364 | 32 | 32 | 0 | 131 | 131 | 4 | 0 | 133 | 65 |
| Binary | 11110100 | 11010 | 11010 | 0 | 1011001 | 1011001 | 100 | 0 | 1011011 | 110101 |
Color Harmonies of #F41A1A
Complementary color
Monochromatic Colors of #F41A1A
Black with #F41A1A
Text Example
Text Example
White with #F41A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41A1A; }
p { color: rgb(244,26,26); }
H1.HeaderClassName
{
color: #F41A1A;
}
.AnyTagClassName
{
color: #F41A1A;
}
</style>
background-color css
<style>
a { background-color: #F41A1A; }
a { background-color: rgb(244,26,26); }
div.DivClassName
{
background-color: #F41A1A;
}
.BgClassName
{
background-color: #F41A1A;
}
</style>
border-color css
<style>
span { border-color: #F41A1A; }
span { border-color: rgb(244,26,26); }
td.TdClassName
{
border-color: #F41A1A;
}
.TagClassName
{
border-color: #F41A1A;
}
</style>