Shades of Red #F41101
Tints of Red #F41101
RGB
CMYK
RGB Variations
Color information
#F41101 (or 0xF41101) is known color: Red. HEX triplet: F4, 11 and 01. RGB value is (244,17,1). Sum of RGB (Red+Green+Blue) = 244+17+1=262 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.13% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 244 - color contains mainly: red. Hex color #F41101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41101 is #0BEEFE. Grayscale: #535353. Windows color (decimal): -782079 or 70132. OLE color: 70132.
HSL color Cylindrical-coordinate representation of color #F41101: hue angle of 3.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F41101 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.04 |
| HSL | 3.95º | 0.99% | 0.48% | - |
| HSV(B) | 3.95º | 1% | 0.96% | - |
| XYZ | 37.51 | 19.64 | 1.84 | - |
| YUV | 83.05 | 81.71 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 1 | 0 | 0.93 | 1.00 | 0.04 | 3.95 | 0.99 | 0.48 |
| Hex | F4 | 11 | 1 | 0 | 5D | 64 | 4 | 4 | 63 | 30 |
| Octal | 364 | 21 | 1 | 0 | 135 | 144 | 4 | 4 | 143 | 60 |
| Binary | 11110100 | 10001 | 1 | 0 | 1011101 | 1100100 | 100 | 100 | 1100011 | 110000 |
Color Harmonies of #F41101
Complementary color
Monochromatic Colors of #F41101
Black with #F41101
Text Example
Text Example
White with #F41101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41101; }
p { color: rgb(244,17,1); }
H1.HeaderClassName
{
color: #F41101;
}
.AnyTagClassName
{
color: #F41101;
}
</style>
background-color css
<style>
a { background-color: #F41101; }
a { background-color: rgb(244,17,1); }
div.DivClassName
{
background-color: #F41101;
}
.BgClassName
{
background-color: #F41101;
}
</style>
border-color css
<style>
span { border-color: #F41101; }
span { border-color: rgb(244,17,1); }
td.TdClassName
{
border-color: #F41101;
}
.TagClassName
{
border-color: #F41101;
}
</style>