Shades of Orange Red #FF4112
Tints of Orange Red #FF4112
RGB
CMYK
RGB Variations
Color information
#FF4112 (or 0xFF4112) is known color: Orange Red. HEX triplet: FF, 41 and 12. RGB value is (255,65,18). Sum of RGB (Red+Green+Blue) = 255+65+18=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4112 is #00BEED. Grayscale: #747474. Windows color (decimal): -48878 or 1196543. OLE color: 1196543.
HSL color Cylindrical-coordinate representation of color #FF4112: hue angle of 11.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4112 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 18 | - |
| CMYK | 0 | 0.75 | 0.93 | 0 |
| HSL | 11.9º | 1% | 0.54% | - |
| HSV(B) | 11.9º | 0.93% | 1% | - |
| XYZ | 43.24 | 25.08 | 3.14 | - |
| YUV | 116.45 | 72.45 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 18 | 0 | 0.75 | 0.93 | 0 | 11.9 | 1 | 0.54 |
| Hex | FF | 41 | 12 | 0 | 4B | 5D | 0 | C | 64 | 36 |
| Octal | 377 | 101 | 22 | 0 | 113 | 135 | 0 | 14 | 144 | 66 |
| Binary | 11111111 | 1000001 | 10010 | 0 | 1001011 | 1011101 | 0 | 1100 | 1100100 | 110110 |
Color Harmonies of #FF4112
Complementary color
Monochromatic Colors of #FF4112
Black with #FF4112
Text Example
Text Example
White with #FF4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4112; }
p { color: rgb(255,65,18); }
H1.HeaderClassName
{
color: #FF4112;
}
.AnyTagClassName
{
color: #FF4112;
}
</style>
background-color css
<style>
a { background-color: #FF4112; }
a { background-color: rgb(255,65,18); }
div.DivClassName
{
background-color: #FF4112;
}
.BgClassName
{
background-color: #FF4112;
}
</style>
border-color css
<style>
span { border-color: #FF4112; }
span { border-color: rgb(255,65,18); }
td.TdClassName
{
border-color: #FF4112;
}
.TagClassName
{
border-color: #FF4112;
}
</style>