Shades of Red Orange #FF411D
Tints of Red Orange #FF411D
RGB
CMYK
RGB Variations
Color information
#FF411D (or 0xFF411D) is known color: Red Orange. HEX triplet: FF, 41 and 1D. RGB value is (255,65,29). Sum of RGB (Red+Green+Blue) = 255+65+29=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF411D is #00BEE2. Grayscale: #767676. Windows color (decimal): -48867 or 1917439. OLE color: 1917439.
HSL color Cylindrical-coordinate representation of color #FF411D: hue angle of 9.56º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF411D is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 29 | - |
| CMYK | 0 | 0.75 | 0.89 | 0 |
| HSL | 9.56º | 1% | 0.56% | - |
| HSV(B) | 9.56º | 0.89% | 1% | - |
| XYZ | 43.35 | 25.13 | 3.73 | - |
| YUV | 117.71 | 77.95 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 29 | 0 | 0.75 | 0.89 | 0 | 9.56 | 1 | 0.56 |
| Hex | FF | 41 | 1D | 0 | 4B | 59 | 0 | A | 64 | 38 |
| Octal | 377 | 101 | 35 | 0 | 113 | 131 | 0 | 12 | 144 | 70 |
| Binary | 11111111 | 1000001 | 11101 | 0 | 1001011 | 1011001 | 0 | 1010 | 1100100 | 111000 |
Color Harmonies of #FF411D
Complementary color
Monochromatic Colors of #FF411D
Black with #FF411D
Text Example
Text Example
White with #FF411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF411D; }
p { color: rgb(255,65,29); }
H1.HeaderClassName
{
color: #FF411D;
}
.AnyTagClassName
{
color: #FF411D;
}
</style>
background-color css
<style>
a { background-color: #FF411D; }
a { background-color: rgb(255,65,29); }
div.DivClassName
{
background-color: #FF411D;
}
.BgClassName
{
background-color: #FF411D;
}
</style>
border-color css
<style>
span { border-color: #FF411D; }
span { border-color: rgb(255,65,29); }
td.TdClassName
{
border-color: #FF411D;
}
.TagClassName
{
border-color: #FF411D;
}
</style>