Shades of Red Orange #FF4128
Tints of Red Orange #FF4128
RGB
CMYK
RGB Variations
Color information
#FF4128 (or 0xFF4128) is known color: Red Orange. HEX triplet: FF, 41 and 28. RGB value is (255,65,40). Sum of RGB (Red+Green+Blue) = 255+65+40=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4128 is #00BED7. Grayscale: #777777. Windows color (decimal): -48856 or 2638335. OLE color: 2638335.
HSL color Cylindrical-coordinate representation of color #FF4128: hue angle of 6.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4128 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 40 | - |
| CMYK | 0 | 0.75 | 0.84 | 0 |
| HSL | 6.98º | 1% | 0.58% | - |
| HSV(B) | 6.98º | 0.84% | 1% | - |
| XYZ | 43.51 | 25.19 | 4.58 | - |
| YUV | 118.96 | 83.45 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 40 | 0 | 0.75 | 0.84 | 0 | 6.98 | 1 | 0.58 |
| Hex | FF | 41 | 28 | 0 | 4B | 54 | 0 | 7 | 64 | 3A |
| Octal | 377 | 101 | 50 | 0 | 113 | 124 | 0 | 7 | 144 | 72 |
| Binary | 11111111 | 1000001 | 101000 | 0 | 1001011 | 1010100 | 0 | 111 | 1100100 | 111010 |
Color Harmonies of #FF4128
Complementary color
Monochromatic Colors of #FF4128
Black with #FF4128
Text Example
Text Example
White with #FF4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4128; }
p { color: rgb(255,65,40); }
H1.HeaderClassName
{
color: #FF4128;
}
.AnyTagClassName
{
color: #FF4128;
}
</style>
background-color css
<style>
a { background-color: #FF4128; }
a { background-color: rgb(255,65,40); }
div.DivClassName
{
background-color: #FF4128;
}
.BgClassName
{
background-color: #FF4128;
}
</style>
border-color css
<style>
span { border-color: #FF4128; }
span { border-color: rgb(255,65,40); }
td.TdClassName
{
border-color: #FF4128;
}
.TagClassName
{
border-color: #FF4128;
}
</style>