Shades of Red Orange #FF411E
Tints of Red Orange #FF411E
RGB
CMYK
RGB Variations
Color information
#FF411E (or 0xFF411E) is known color: Red Orange. HEX triplet: FF, 41 and 1E. RGB value is (255,65,30). Sum of RGB (Red+Green+Blue) = 255+65+30=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF411E is #00BEE1. Grayscale: #767676. Windows color (decimal): -48866 or 1982975. OLE color: 1982975.
HSL color Cylindrical-coordinate representation of color #FF411E: hue angle of 9.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF411E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 30 | - |
| CMYK | 0 | 0.75 | 0.88 | 0 |
| HSL | 9.33º | 1% | 0.56% | - |
| HSV(B) | 9.33º | 0.88% | 1% | - |
| XYZ | 43.36 | 25.13 | 3.79 | - |
| YUV | 117.82 | 78.45 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 30 | 0 | 0.75 | 0.88 | 0 | 9.33 | 1 | 0.56 |
| Hex | FF | 41 | 1E | 0 | 4B | 58 | 0 | 9 | 64 | 38 |
| Octal | 377 | 101 | 36 | 0 | 113 | 130 | 0 | 11 | 144 | 70 |
| Binary | 11111111 | 1000001 | 11110 | 0 | 1001011 | 1011000 | 0 | 1001 | 1100100 | 111000 |
Color Harmonies of #FF411E
Complementary color
Monochromatic Colors of #FF411E
Black with #FF411E
Text Example
Text Example
White with #FF411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF411E; }
p { color: rgb(255,65,30); }
H1.HeaderClassName
{
color: #FF411E;
}
.AnyTagClassName
{
color: #FF411E;
}
</style>
background-color css
<style>
a { background-color: #FF411E; }
a { background-color: rgb(255,65,30); }
div.DivClassName
{
background-color: #FF411E;
}
.BgClassName
{
background-color: #FF411E;
}
</style>
border-color css
<style>
span { border-color: #FF411E; }
span { border-color: rgb(255,65,30); }
td.TdClassName
{
border-color: #FF411E;
}
.TagClassName
{
border-color: #FF411E;
}
</style>