Shades of Orange Red #FF4001
Tints of Orange Red #FF4001
RGB
CMYK
RGB Variations
Color information
#FF4001 (or 0xFF4001) is known color: Orange Red. HEX triplet: FF, 40 and 01. RGB value is (255,64,1). Sum of RGB (Red+Green+Blue) = 255+64+1=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4001 is #00BFFE. Grayscale: #727272. Windows color (decimal): -49151 or 82175. OLE color: 82175.
HSL color Cylindrical-coordinate representation of color #FF4001: hue angle of 14.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4001 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0 |
| HSL | 14.88º | 1% | 0.5% | - |
| HSV(B) | 14.88º | 1% | 1% | - |
| XYZ | 43.08 | 24.93 | 2.57 | - |
| YUV | 113.93 | 64.28 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 1 | 0 | 0.75 | 1.00 | 0 | 14.88 | 1 | 0.5 |
| Hex | FF | 40 | 1 | 0 | 4B | 64 | 0 | F | 64 | 32 |
| Octal | 377 | 100 | 1 | 0 | 113 | 144 | 0 | 17 | 144 | 62 |
| Binary | 11111111 | 1000000 | 1 | 0 | 1001011 | 1100100 | 0 | 1111 | 1100100 | 110010 |
Color Harmonies of #FF4001
Complementary color
Monochromatic Colors of #FF4001
Black with #FF4001
Text Example
Text Example
White with #FF4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4001; }
p { color: rgb(255,64,1); }
H1.HeaderClassName
{
color: #FF4001;
}
.AnyTagClassName
{
color: #FF4001;
}
</style>
background-color css
<style>
a { background-color: #FF4001; }
a { background-color: rgb(255,64,1); }
div.DivClassName
{
background-color: #FF4001;
}
.BgClassName
{
background-color: #FF4001;
}
</style>
border-color css
<style>
span { border-color: #FF4001; }
span { border-color: rgb(255,64,1); }
td.TdClassName
{
border-color: #FF4001;
}
.TagClassName
{
border-color: #FF4001;
}
</style>