Shades of Orange Red #FF4111
Tints of Orange Red #FF4111
RGB
CMYK
RGB Variations
Color information
#FF4111 (or 0xFF4111) is known color: Orange Red. HEX triplet: FF, 41 and 11. RGB value is (255,65,17). Sum of RGB (Red+Green+Blue) = 255+65+17=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4111 is #00BEEE. Grayscale: #747474. Windows color (decimal): -48879 or 1131007. OLE color: 1131007.
HSL color Cylindrical-coordinate representation of color #FF4111: hue angle of 12.1º 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 #FF4111 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 17 | - |
| CMYK | 0 | 0.75 | 0.93 | 0 |
| HSL | 12.1º | 1% | 0.53% | - |
| HSV(B) | 12.1º | 0.93% | 1% | - |
| XYZ | 43.23 | 25.08 | 3.09 | - |
| YUV | 116.34 | 71.95 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 17 | 0 | 0.75 | 0.93 | 0 | 12.1 | 1 | 0.53 |
| Hex | FF | 41 | 11 | 0 | 4B | 5D | 0 | C | 64 | 35 |
| Octal | 377 | 101 | 21 | 0 | 113 | 135 | 0 | 14 | 144 | 65 |
| Binary | 11111111 | 1000001 | 10001 | 0 | 1001011 | 1011101 | 0 | 1100 | 1100100 | 110101 |
Color Harmonies of #FF4111
Complementary color
Monochromatic Colors of #FF4111
Black with #FF4111
Text Example
Text Example
White with #FF4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4111; }
p { color: rgb(255,65,17); }
H1.HeaderClassName
{
color: #FF4111;
}
.AnyTagClassName
{
color: #FF4111;
}
</style>
background-color css
<style>
a { background-color: #FF4111; }
a { background-color: rgb(255,65,17); }
div.DivClassName
{
background-color: #FF4111;
}
.BgClassName
{
background-color: #FF4111;
}
</style>
border-color css
<style>
span { border-color: #FF4111; }
span { border-color: rgb(255,65,17); }
td.TdClassName
{
border-color: #FF4111;
}
.TagClassName
{
border-color: #FF4111;
}
</style>