Shades of Red Orange #FD4A2D
Tints of Red Orange #FD4A2D
RGB
CMYK
RGB Variations
Color information
#FD4A2D (or 0xFD4A2D) is known color: Red Orange. HEX triplet: FD, 4A and 2D. RGB value is (253,74,45). Sum of RGB (Red+Green+Blue) = 253+74+45=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A2D is #02B5D2. Grayscale: #7C7C7C. Windows color (decimal): -177619 or 2968317. OLE color: 2968317.
HSL color Cylindrical-coordinate representation of color #FD4A2D: hue angle of 8.37º 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 #FD4A2D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 45 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.01 |
| HSL | 8.37º | 0.98% | 0.58% | - |
| HSV(B) | 8.37º | 0.82% | 0.99% | - |
| XYZ | 43.43 | 25.97 | 5.21 | - |
| YUV | 124.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 45 | 0 | 0.71 | 0.82 | 0.01 | 8.37 | 0.98 | 0.58 |
| Hex | FD | 4A | 2D | 0 | 47 | 52 | 1 | 8 | 62 | 3A |
| Octal | 375 | 112 | 55 | 0 | 107 | 122 | 1 | 10 | 142 | 72 |
| Binary | 11111101 | 1001010 | 101101 | 0 | 1000111 | 1010010 | 1 | 1000 | 1100010 | 111010 |
Color Harmonies of #FD4A2D
Complementary color
Monochromatic Colors of #FD4A2D
Black with #FD4A2D
Text Example
Text Example
White with #FD4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A2D; }
p { color: rgb(253,74,45); }
H1.HeaderClassName
{
color: #FD4A2D;
}
.AnyTagClassName
{
color: #FD4A2D;
}
</style>
background-color css
<style>
a { background-color: #FD4A2D; }
a { background-color: rgb(253,74,45); }
div.DivClassName
{
background-color: #FD4A2D;
}
.BgClassName
{
background-color: #FD4A2D;
}
</style>
border-color css
<style>
span { border-color: #FD4A2D; }
span { border-color: rgb(253,74,45); }
td.TdClassName
{
border-color: #FD4A2D;
}
.TagClassName
{
border-color: #FD4A2D;
}
</style>