Shades of Orange Red #FF461B
Tints of Orange Red #FF461B
RGB
CMYK
RGB Variations
Color information
#FF461B (or 0xFF461B) is known color: Orange Red. HEX triplet: FF, 46 and 1B. RGB value is (255,70,27). Sum of RGB (Red+Green+Blue) = 255+70+27=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF461B is #00B9E4. Grayscale: #787878. Windows color (decimal): -47589 or 1787647. OLE color: 1787647.
HSL color Cylindrical-coordinate representation of color #FF461B: hue angle of 11.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF461B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0 |
| HSL | 11.32º | 1% | 0.55% | - |
| HSV(B) | 11.32º | 0.89% | 1% | - |
| XYZ | 43.63 | 25.72 | 3.7 | - |
| YUV | 120.41 | 75.29 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 27 | 0 | 0.73 | 0.89 | 0 | 11.32 | 1 | 0.55 |
| Hex | FF | 46 | 1B | 0 | 49 | 59 | 0 | B | 64 | 37 |
| Octal | 377 | 106 | 33 | 0 | 111 | 131 | 0 | 13 | 144 | 67 |
| Binary | 11111111 | 1000110 | 11011 | 0 | 1001001 | 1011001 | 0 | 1011 | 1100100 | 110111 |
Color Harmonies of #FF461B
Complementary color
Monochromatic Colors of #FF461B
Black with #FF461B
Text Example
Text Example
White with #FF461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF461B; }
p { color: rgb(255,70,27); }
H1.HeaderClassName
{
color: #FF461B;
}
.AnyTagClassName
{
color: #FF461B;
}
</style>
background-color css
<style>
a { background-color: #FF461B; }
a { background-color: rgb(255,70,27); }
div.DivClassName
{
background-color: #FF461B;
}
.BgClassName
{
background-color: #FF461B;
}
</style>
border-color css
<style>
span { border-color: #FF461B; }
span { border-color: rgb(255,70,27); }
td.TdClassName
{
border-color: #FF461B;
}
.TagClassName
{
border-color: #FF461B;
}
</style>