Shades of Red Orange #FD4D2D
Tints of Red Orange #FD4D2D
RGB
CMYK
RGB Variations
Color information
#FD4D2D (or 0xFD4D2D) is known color: Red Orange. HEX triplet: FD, 4D and 2D. RGB value is (253,77,45). Sum of RGB (Red+Green+Blue) = 253+77+45=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D2D is #02B2D2. Grayscale: #7E7E7E. Windows color (decimal): -176851 or 2969085. OLE color: 2969085.
HSL color Cylindrical-coordinate representation of color #FD4D2D: hue angle of 9.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD4D2D is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 45 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.01 |
| HSL | 9.23º | 0.98% | 0.58% | - |
| HSV(B) | 9.23º | 0.82% | 0.99% | - |
| XYZ | 43.64 | 26.38 | 5.27 | - |
| YUV | 125.98 | 82.31 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 45 | 0 | 0.70 | 0.82 | 0.01 | 9.23 | 0.98 | 0.58 |
| Hex | FD | 4D | 2D | 0 | 46 | 52 | 1 | 9 | 62 | 3A |
| Octal | 375 | 115 | 55 | 0 | 106 | 122 | 1 | 11 | 142 | 72 |
| Binary | 11111101 | 1001101 | 101101 | 0 | 1000110 | 1010010 | 1 | 1001 | 1100010 | 111010 |
Color Harmonies of #FD4D2D
Complementary color
Monochromatic Colors of #FD4D2D
Black with #FD4D2D
Text Example
Text Example
White with #FD4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D2D; }
p { color: rgb(253,77,45); }
H1.HeaderClassName
{
color: #FD4D2D;
}
.AnyTagClassName
{
color: #FD4D2D;
}
</style>
background-color css
<style>
a { background-color: #FD4D2D; }
a { background-color: rgb(253,77,45); }
div.DivClassName
{
background-color: #FD4D2D;
}
.BgClassName
{
background-color: #FD4D2D;
}
</style>
border-color css
<style>
span { border-color: #FD4D2D; }
span { border-color: rgb(253,77,45); }
td.TdClassName
{
border-color: #FD4D2D;
}
.TagClassName
{
border-color: #FD4D2D;
}
</style>