Shades of Red Orange #FF401B
Tints of Red Orange #FF401B
RGB
CMYK
RGB Variations
Color information
#FF401B (or 0xFF401B) is known color: Red Orange. HEX triplet: FF, 40 and 1B. RGB value is (255,64,27). Sum of RGB (Red+Green+Blue) = 255+64+27=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF401B is #00BFE4. Grayscale: #757575. Windows color (decimal): -49125 or 1786111. OLE color: 1786111.
HSL color Cylindrical-coordinate representation of color #FF401B: hue angle of 9.74º 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 #FF401B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 27 | - |
| CMYK | 0 | 0.75 | 0.89 | 0 |
| HSL | 9.74º | 1% | 0.55% | - |
| HSV(B) | 9.74º | 0.89% | 1% | - |
| XYZ | 43.27 | 25.01 | 3.58 | - |
| YUV | 116.89 | 77.28 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 27 | 0 | 0.75 | 0.89 | 0 | 9.74 | 1 | 0.55 |
| Hex | FF | 40 | 1B | 0 | 4B | 59 | 0 | A | 64 | 37 |
| Octal | 377 | 100 | 33 | 0 | 113 | 131 | 0 | 12 | 144 | 67 |
| Binary | 11111111 | 1000000 | 11011 | 0 | 1001011 | 1011001 | 0 | 1010 | 1100100 | 110111 |
Color Harmonies of #FF401B
Complementary color
Monochromatic Colors of #FF401B
Black with #FF401B
Text Example
Text Example
White with #FF401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF401B; }
p { color: rgb(255,64,27); }
H1.HeaderClassName
{
color: #FF401B;
}
.AnyTagClassName
{
color: #FF401B;
}
</style>
background-color css
<style>
a { background-color: #FF401B; }
a { background-color: rgb(255,64,27); }
div.DivClassName
{
background-color: #FF401B;
}
.BgClassName
{
background-color: #FF401B;
}
</style>
border-color css
<style>
span { border-color: #FF401B; }
span { border-color: rgb(255,64,27); }
td.TdClassName
{
border-color: #FF401B;
}
.TagClassName
{
border-color: #FF401B;
}
</style>