Shades of Orange Red #FF491B
Tints of Orange Red #FF491B
RGB
CMYK
RGB Variations
Color information
#FF491B (or 0xFF491B) is known color: Orange Red. HEX triplet: FF, 49 and 1B. RGB value is (255,73,27). Sum of RGB (Red+Green+Blue) = 255+73+27=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF491B is #00B6E4. Grayscale: #7A7A7A. Windows color (decimal): -46821 or 1788415. OLE color: 1788415.
HSL color Cylindrical-coordinate representation of color #FF491B: hue angle of 12.11º 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 #FF491B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0 |
| HSL | 12.11º | 1% | 0.55% | - |
| HSV(B) | 12.11º | 0.89% | 1% | - |
| XYZ | 43.82 | 26.1 | 3.77 | - |
| YUV | 122.17 | 74.3 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 27 | 0 | 0.71 | 0.89 | 0 | 12.11 | 1 | 0.55 |
| Hex | FF | 49 | 1B | 0 | 47 | 59 | 0 | C | 64 | 37 |
| Octal | 377 | 111 | 33 | 0 | 107 | 131 | 0 | 14 | 144 | 67 |
| Binary | 11111111 | 1001001 | 11011 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100100 | 110111 |
Color Harmonies of #FF491B
Complementary color
Monochromatic Colors of #FF491B
Black with #FF491B
Text Example
Text Example
White with #FF491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF491B; }
p { color: rgb(255,73,27); }
H1.HeaderClassName
{
color: #FF491B;
}
.AnyTagClassName
{
color: #FF491B;
}
</style>
background-color css
<style>
a { background-color: #FF491B; }
a { background-color: rgb(255,73,27); }
div.DivClassName
{
background-color: #FF491B;
}
.BgClassName
{
background-color: #FF491B;
}
</style>
border-color css
<style>
span { border-color: #FF491B; }
span { border-color: rgb(255,73,27); }
td.TdClassName
{
border-color: #FF491B;
}
.TagClassName
{
border-color: #FF491B;
}
</style>