Shades of Red #FF1104
Tints of Red #FF1104
RGB
CMYK
RGB Variations
Color information
#FF1104 (or 0xFF1104) is known color: Red. HEX triplet: FF, 11 and 04. RGB value is (255,17,4). Sum of RGB (Red+Green+Blue) = 255+17+4=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1104 is #00EEFB. Grayscale: #565656. Windows color (decimal): -61180 or 266751. OLE color: 266751.
HSL color Cylindrical-coordinate representation of color #FF1104: hue angle of 3.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF1104 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0 |
| HSL | 3.11º | 1% | 0.51% | - |
| HSV(B) | 3.11º | 0.98% | 1% | - |
| XYZ | 41.46 | 21.67 | 2.11 | - |
| YUV | 86.68 | 81.35 | 248.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 4 | 0 | 0.93 | 0.98 | 0 | 3.11 | 1 | 0.51 |
| Hex | FF | 11 | 4 | 0 | 5D | 62 | 0 | 3 | 64 | 33 |
| Octal | 377 | 21 | 4 | 0 | 135 | 142 | 0 | 3 | 144 | 63 |
| Binary | 11111111 | 10001 | 100 | 0 | 1011101 | 1100010 | 0 | 11 | 1100100 | 110011 |
Color Harmonies of #FF1104
Complementary color
Monochromatic Colors of #FF1104
Black with #FF1104
Text Example
Text Example
White with #FF1104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1104; }
p { color: rgb(255,17,4); }
H1.HeaderClassName
{
color: #FF1104;
}
.AnyTagClassName
{
color: #FF1104;
}
</style>
background-color css
<style>
a { background-color: #FF1104; }
a { background-color: rgb(255,17,4); }
div.DivClassName
{
background-color: #FF1104;
}
.BgClassName
{
background-color: #FF1104;
}
</style>
border-color css
<style>
span { border-color: #FF1104; }
span { border-color: rgb(255,17,4); }
td.TdClassName
{
border-color: #FF1104;
}
.TagClassName
{
border-color: #FF1104;
}
</style>