Shades of Red Orange #FD2E1D
Tints of Red Orange #FD2E1D
RGB
CMYK
RGB Variations
Color information
#FD2E1D (or 0xFD2E1D) is known color: Red Orange. HEX triplet: FD, 2E and 1D. RGB value is (253,46,29). Sum of RGB (Red+Green+Blue) = 253+46+29=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E1D is #02D1E2. Grayscale: #6A6A6A. Windows color (decimal): -184803 or 1912573. OLE color: 1912573.
HSL color Cylindrical-coordinate representation of color #FD2E1D: hue angle of 4.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD2E1D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 29 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.01 |
| HSL | 4.55º | 0.98% | 0.55% | - |
| HSV(B) | 4.55º | 0.89% | 0.99% | - |
| XYZ | 41.71 | 22.93 | 3.39 | - |
| YUV | 105.96 | 84.58 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 29 | 0 | 0.82 | 0.89 | 0.01 | 4.55 | 0.98 | 0.55 |
| Hex | FD | 2E | 1D | 0 | 52 | 59 | 1 | 5 | 62 | 37 |
| Octal | 375 | 56 | 35 | 0 | 122 | 131 | 1 | 5 | 142 | 67 |
| Binary | 11111101 | 101110 | 11101 | 0 | 1010010 | 1011001 | 1 | 101 | 1100010 | 110111 |
Color Harmonies of #FD2E1D
Complementary color
Monochromatic Colors of #FD2E1D
Black with #FD2E1D
Text Example
Text Example
White with #FD2E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E1D; }
p { color: rgb(253,46,29); }
H1.HeaderClassName
{
color: #FD2E1D;
}
.AnyTagClassName
{
color: #FD2E1D;
}
</style>
background-color css
<style>
a { background-color: #FD2E1D; }
a { background-color: rgb(253,46,29); }
div.DivClassName
{
background-color: #FD2E1D;
}
.BgClassName
{
background-color: #FD2E1D;
}
</style>
border-color css
<style>
span { border-color: #FD2E1D; }
span { border-color: rgb(253,46,29); }
td.TdClassName
{
border-color: #FD2E1D;
}
.TagClassName
{
border-color: #FD2E1D;
}
</style>