Shades of Red #F01101
Tints of Red #F01101
RGB
CMYK
RGB Variations
Color information
#F01101 (or 0xF01101) is known color: Red. HEX triplet: F0, 11 and 01. RGB value is (240,17,1). Sum of RGB (Red+Green+Blue) = 240+17+1=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F01101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01101 is #0FEEFE. Grayscale: #525252. Windows color (decimal): -1044223 or 70128. OLE color: 70128.
HSL color Cylindrical-coordinate representation of color #F01101: hue angle of 4.02º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F01101 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.06 |
| HSL | 4.02º | 0.99% | 0.47% | - |
| HSV(B) | 4.02º | 1% | 0.94% | - |
| XYZ | 36.14 | 18.93 | 1.78 | - |
| YUV | 81.85 | 82.38 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 1 | 0 | 0.93 | 1.00 | 0.06 | 4.02 | 0.99 | 0.47 |
| Hex | F0 | 11 | 1 | 0 | 5D | 64 | 6 | 4 | 63 | 2F |
| Octal | 360 | 21 | 1 | 0 | 135 | 144 | 6 | 4 | 143 | 57 |
| Binary | 11110000 | 10001 | 1 | 0 | 1011101 | 1100100 | 110 | 100 | 1100011 | 101111 |
Color Harmonies of #F01101
Complementary color
Monochromatic Colors of #F01101
Black with #F01101
Text Example
Text Example
White with #F01101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01101; }
p { color: rgb(240,17,1); }
H1.HeaderClassName
{
color: #F01101;
}
.AnyTagClassName
{
color: #F01101;
}
</style>
background-color css
<style>
a { background-color: #F01101; }
a { background-color: rgb(240,17,1); }
div.DivClassName
{
background-color: #F01101;
}
.BgClassName
{
background-color: #F01101;
}
</style>
border-color css
<style>
span { border-color: #F01101; }
span { border-color: rgb(240,17,1); }
td.TdClassName
{
border-color: #F01101;
}
.TagClassName
{
border-color: #F01101;
}
</style>