Shades of Orange Red #FF410E
Tints of Orange Red #FF410E
RGB
CMYK
RGB Variations
Color information
#FF410E (or 0xFF410E) is known color: Orange Red. HEX triplet: FF, 41 and 0E. RGB value is (255,65,14). Sum of RGB (Red+Green+Blue) = 255+65+14=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF410E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF410E is #00BEF1. Grayscale: #747474. Windows color (decimal): -48882 or 934399. OLE color: 934399.
HSL color Cylindrical-coordinate representation of color #FF410E: hue angle of 12.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF410E is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 14 | - |
| CMYK | 0 | 0.75 | 0.95 | 0 |
| HSL | 12.7º | 1% | 0.53% | - |
| HSV(B) | 12.7º | 0.95% | 1% | - |
| XYZ | 43.21 | 25.07 | 2.98 | - |
| YUV | 116 | 70.45 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 14 | 0 | 0.75 | 0.95 | 0 | 12.7 | 1 | 0.53 |
| Hex | FF | 41 | E | 0 | 4B | 5F | 0 | D | 64 | 35 |
| Octal | 377 | 101 | 16 | 0 | 113 | 137 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000001 | 1110 | 0 | 1001011 | 1011111 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF410E
Complementary color
Monochromatic Colors of #FF410E
Black with #FF410E
Text Example
Text Example
White with #FF410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF410E; }
p { color: rgb(255,65,14); }
H1.HeaderClassName
{
color: #FF410E;
}
.AnyTagClassName
{
color: #FF410E;
}
</style>
background-color css
<style>
a { background-color: #FF410E; }
a { background-color: rgb(255,65,14); }
div.DivClassName
{
background-color: #FF410E;
}
.BgClassName
{
background-color: #FF410E;
}
</style>
border-color css
<style>
span { border-color: #FF410E; }
span { border-color: rgb(255,65,14); }
td.TdClassName
{
border-color: #FF410E;
}
.TagClassName
{
border-color: #FF410E;
}
</style>