Shades of Red Orange #FF4038
Tints of Red Orange #FF4038
RGB
CMYK
RGB Variations
Color information
#FF4038 (or 0xFF4038) is known color: Red Orange. HEX triplet: FF, 40 and 38. RGB value is (255,64,56). Sum of RGB (Red+Green+Blue) = 255+64+56=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4038 is #00BFC7. Grayscale: #787878. Windows color (decimal): -49096 or 3686655. OLE color: 3686655.
HSL color Cylindrical-coordinate representation of color #FF4038: hue angle of 2.41º 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 #FF4038 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 56 | - |
| CMYK | 0 | 0.75 | 0.78 | 0 |
| HSL | 2.41º | 1% | 0.61% | - |
| HSV(B) | 2.41º | 0.78% | 1% | - |
| XYZ | 43.79 | 25.21 | 6.3 | - |
| YUV | 120.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 56 | 0 | 0.75 | 0.78 | 0 | 2.41 | 1 | 0.61 |
| Hex | FF | 40 | 38 | 0 | 4B | 4E | 0 | 2 | 64 | 3D |
| Octal | 377 | 100 | 70 | 0 | 113 | 116 | 0 | 2 | 144 | 75 |
| Binary | 11111111 | 1000000 | 111000 | 0 | 1001011 | 1001110 | 0 | 10 | 1100100 | 111101 |
Color Harmonies of #FF4038
Complementary color
Monochromatic Colors of #FF4038
Black with #FF4038
Text Example
Text Example
White with #FF4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4038; }
p { color: rgb(255,64,56); }
H1.HeaderClassName
{
color: #FF4038;
}
.AnyTagClassName
{
color: #FF4038;
}
</style>
background-color css
<style>
a { background-color: #FF4038; }
a { background-color: rgb(255,64,56); }
div.DivClassName
{
background-color: #FF4038;
}
.BgClassName
{
background-color: #FF4038;
}
</style>
border-color css
<style>
span { border-color: #FF4038; }
span { border-color: rgb(255,64,56); }
td.TdClassName
{
border-color: #FF4038;
}
.TagClassName
{
border-color: #FF4038;
}
</style>