Shades of Orange Red #FF410B
Tints of Orange Red #FF410B
RGB
CMYK
RGB Variations
Color information
#FF410B (or 0xFF410B) is known color: Orange Red. HEX triplet: FF, 41 and 0B. RGB value is (255,65,11). Sum of RGB (Red+Green+Blue) = 255+65+11=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF410B is #00BEF4. Grayscale: #747474. Windows color (decimal): -48885 or 737791. OLE color: 737791.
HSL color Cylindrical-coordinate representation of color #FF410B: hue angle of 13.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF410B is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 11 | - |
| CMYK | 0 | 0.75 | 0.96 | 0 |
| HSL | 13.28º | 1% | 0.52% | - |
| HSV(B) | 13.28º | 0.96% | 1% | - |
| XYZ | 43.19 | 25.06 | 2.88 | - |
| YUV | 115.65 | 68.95 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 11 | 0 | 0.75 | 0.96 | 0 | 13.28 | 1 | 0.52 |
| Hex | FF | 41 | B | 0 | 4B | 60 | 0 | D | 64 | 34 |
| Octal | 377 | 101 | 13 | 0 | 113 | 140 | 0 | 15 | 144 | 64 |
| Binary | 11111111 | 1000001 | 1011 | 0 | 1001011 | 1100000 | 0 | 1101 | 1100100 | 110100 |
Color Harmonies of #FF410B
Complementary color
Monochromatic Colors of #FF410B
Black with #FF410B
Text Example
Text Example
White with #FF410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF410B; }
p { color: rgb(255,65,11); }
H1.HeaderClassName
{
color: #FF410B;
}
.AnyTagClassName
{
color: #FF410B;
}
</style>
background-color css
<style>
a { background-color: #FF410B; }
a { background-color: rgb(255,65,11); }
div.DivClassName
{
background-color: #FF410B;
}
.BgClassName
{
background-color: #FF410B;
}
</style>
border-color css
<style>
span { border-color: #FF410B; }
span { border-color: rgb(255,65,11); }
td.TdClassName
{
border-color: #FF410B;
}
.TagClassName
{
border-color: #FF410B;
}
</style>