Shades of Red Orange #FD4038
Tints of Red Orange #FD4038
RGB
CMYK
RGB Variations
Color information
#FD4038 (or 0xFD4038) is known color: Red Orange. HEX triplet: FD, 40 and 38. RGB value is (253,64,56). Sum of RGB (Red+Green+Blue) = 253+64+56=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4038 is #02BFC7. Grayscale: #777777. Windows color (decimal): -180168 or 3686653. OLE color: 3686653.
HSL color Cylindrical-coordinate representation of color #FD4038: hue angle of 2.44º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD4038 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 56 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.01 |
| HSL | 2.44º | 0.98% | 0.61% | - |
| HSV(B) | 2.44º | 0.78% | 0.99% | - |
| XYZ | 43.06 | 24.83 | 6.27 | - |
| YUV | 119.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 56 | 0 | 0.75 | 0.78 | 0.01 | 2.44 | 0.98 | 0.61 |
| Hex | FD | 40 | 38 | 0 | 4B | 4E | 1 | 2 | 62 | 3D |
| Octal | 375 | 100 | 70 | 0 | 113 | 116 | 1 | 2 | 142 | 75 |
| Binary | 11111101 | 1000000 | 111000 | 0 | 1001011 | 1001110 | 1 | 10 | 1100010 | 111101 |
Color Harmonies of #FD4038
Complementary color
Monochromatic Colors of #FD4038
Black with #FD4038
Text Example
Text Example
White with #FD4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4038; }
p { color: rgb(253,64,56); }
H1.HeaderClassName
{
color: #FD4038;
}
.AnyTagClassName
{
color: #FD4038;
}
</style>
background-color css
<style>
a { background-color: #FD4038; }
a { background-color: rgb(253,64,56); }
div.DivClassName
{
background-color: #FD4038;
}
.BgClassName
{
background-color: #FD4038;
}
</style>
border-color css
<style>
span { border-color: #FD4038; }
span { border-color: rgb(253,64,56); }
td.TdClassName
{
border-color: #FD4038;
}
.TagClassName
{
border-color: #FD4038;
}
</style>