Shades of Red #FF1311
Tints of Red #FF1311
RGB
CMYK
RGB Variations
Color information
#FF1311 (or 0xFF1311) is known color: Red. HEX triplet: FF, 13 and 11. RGB value is (255,19,17). Sum of RGB (Red+Green+Blue) = 255+19+17=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1311 is #00ECEE. Grayscale: #595959. Windows color (decimal): -60655 or 1119231. OLE color: 1119231.
HSL color Cylindrical-coordinate representation of color #FF1311: hue angle of 0.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1311 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 17 | - |
| CMYK | 0 | 0.93 | 0.93 | 0 |
| HSL | 0.5º | 1% | 0.53% | - |
| HSV(B) | 0.5º | 0.93% | 1% | - |
| XYZ | 41.57 | 21.77 | 2.54 | - |
| YUV | 89.34 | 87.19 | 246.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 17 | 0 | 0.93 | 0.93 | 0 | 0.5 | 1 | 0.53 |
| Hex | FF | 13 | 11 | 0 | 5D | 5D | 0 | 1 | 64 | 35 |
| Octal | 377 | 23 | 21 | 0 | 135 | 135 | 0 | 1 | 144 | 65 |
| Binary | 11111111 | 10011 | 10001 | 0 | 1011101 | 1011101 | 0 | 1 | 1100100 | 110101 |
Color Harmonies of #FF1311
Complementary color
Monochromatic Colors of #FF1311
Black with #FF1311
Text Example
Text Example
White with #FF1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1311; }
p { color: rgb(255,19,17); }
H1.HeaderClassName
{
color: #FF1311;
}
.AnyTagClassName
{
color: #FF1311;
}
</style>
background-color css
<style>
a { background-color: #FF1311; }
a { background-color: rgb(255,19,17); }
div.DivClassName
{
background-color: #FF1311;
}
.BgClassName
{
background-color: #FF1311;
}
</style>
border-color css
<style>
span { border-color: #FF1311; }
span { border-color: rgb(255,19,17); }
td.TdClassName
{
border-color: #FF1311;
}
.TagClassName
{
border-color: #FF1311;
}
</style>