Shades of Red Orange #FF4127
Tints of Red Orange #FF4127
RGB
CMYK
RGB Variations
Color information
#FF4127 (or 0xFF4127) is known color: Red Orange. HEX triplet: FF, 41 and 27. RGB value is (255,65,39). Sum of RGB (Red+Green+Blue) = 255+65+39=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4127 is #00BED8. Grayscale: #777777. Windows color (decimal): -48857 or 2572799. OLE color: 2572799.
HSL color Cylindrical-coordinate representation of color #FF4127: hue angle of 7.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF4127 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 39 | - |
| CMYK | 0 | 0.75 | 0.85 | 0 |
| HSL | 7.22º | 1% | 0.58% | - |
| HSV(B) | 7.22º | 0.85% | 1% | - |
| XYZ | 43.5 | 25.19 | 4.49 | - |
| YUV | 118.85 | 82.95 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 39 | 0 | 0.75 | 0.85 | 0 | 7.22 | 1 | 0.58 |
| Hex | FF | 41 | 27 | 0 | 4B | 55 | 0 | 7 | 64 | 3A |
| Octal | 377 | 101 | 47 | 0 | 113 | 125 | 0 | 7 | 144 | 72 |
| Binary | 11111111 | 1000001 | 100111 | 0 | 1001011 | 1010101 | 0 | 111 | 1100100 | 111010 |
Color Harmonies of #FF4127
Complementary color
Monochromatic Colors of #FF4127
Black with #FF4127
Text Example
Text Example
White with #FF4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4127; }
p { color: rgb(255,65,39); }
H1.HeaderClassName
{
color: #FF4127;
}
.AnyTagClassName
{
color: #FF4127;
}
</style>
background-color css
<style>
a { background-color: #FF4127; }
a { background-color: rgb(255,65,39); }
div.DivClassName
{
background-color: #FF4127;
}
.BgClassName
{
background-color: #FF4127;
}
</style>
border-color css
<style>
span { border-color: #FF4127; }
span { border-color: rgb(255,65,39); }
td.TdClassName
{
border-color: #FF4127;
}
.TagClassName
{
border-color: #FF4127;
}
</style>