Shades of Red Orange #FF4138
Tints of Red Orange #FF4138
RGB
CMYK
RGB Variations
Color information
#FF4138 (or 0xFF4138) is known color: Red Orange. HEX triplet: FF, 41 and 38. RGB value is (255,65,56). Sum of RGB (Red+Green+Blue) = 255+65+56=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4138 is #00BEC7. Grayscale: #797979. Windows color (decimal): -48840 or 3686911. OLE color: 3686911.
HSL color Cylindrical-coordinate representation of color #FF4138: hue angle of 2.71º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF4138 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 56 | - |
| CMYK | 0 | 0.75 | 0.78 | 0 |
| HSL | 2.71º | 1% | 0.61% | - |
| HSV(B) | 2.71º | 0.78% | 1% | - |
| XYZ | 43.84 | 25.33 | 6.32 | - |
| YUV | 120.78 | 91.45 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 56 | 0 | 0.75 | 0.78 | 0 | 2.71 | 1 | 0.61 |
| Hex | FF | 41 | 38 | 0 | 4B | 4E | 0 | 3 | 64 | 3D |
| Octal | 377 | 101 | 70 | 0 | 113 | 116 | 0 | 3 | 144 | 75 |
| Binary | 11111111 | 1000001 | 111000 | 0 | 1001011 | 1001110 | 0 | 11 | 1100100 | 111101 |
Color Harmonies of #FF4138
Complementary color
Monochromatic Colors of #FF4138
Black with #FF4138
Text Example
Text Example
White with #FF4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4138; }
p { color: rgb(255,65,56); }
H1.HeaderClassName
{
color: #FF4138;
}
.AnyTagClassName
{
color: #FF4138;
}
</style>
background-color css
<style>
a { background-color: #FF4138; }
a { background-color: rgb(255,65,56); }
div.DivClassName
{
background-color: #FF4138;
}
.BgClassName
{
background-color: #FF4138;
}
</style>
border-color css
<style>
span { border-color: #FF4138; }
span { border-color: rgb(255,65,56); }
td.TdClassName
{
border-color: #FF4138;
}
.TagClassName
{
border-color: #FF4138;
}
</style>