Shades of Red Orange #FD2D29
Tints of Red Orange #FD2D29
RGB
CMYK
RGB Variations
Color information
#FD2D29 (or 0xFD2D29) is known color: Red Orange. HEX triplet: FD, 2D and 29. RGB value is (253,45,41). Sum of RGB (Red+Green+Blue) = 253+45+41=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D29 is #02D2D6. Grayscale: #6A6A6A. Windows color (decimal): -185047 or 2698749. OLE color: 2698749.
HSL color Cylindrical-coordinate representation of color #FD2D29: hue angle of 1.13º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2D29 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 41 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.01 |
| HSL | 1.13º | 0.98% | 0.58% | - |
| HSV(B) | 1.13º | 0.84% | 0.99% | - |
| XYZ | 41.85 | 22.92 | 4.32 | - |
| YUV | 106.74 | 90.91 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 41 | 0 | 0.82 | 0.84 | 0.01 | 1.13 | 0.98 | 0.58 |
| Hex | FD | 2D | 29 | 0 | 52 | 54 | 1 | 1 | 62 | 3A |
| Octal | 375 | 55 | 51 | 0 | 122 | 124 | 1 | 1 | 142 | 72 |
| Binary | 11111101 | 101101 | 101001 | 0 | 1010010 | 1010100 | 1 | 1 | 1100010 | 111010 |
Color Harmonies of #FD2D29
Complementary color
Monochromatic Colors of #FD2D29
Black with #FD2D29
Text Example
Text Example
White with #FD2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D29; }
p { color: rgb(253,45,41); }
H1.HeaderClassName
{
color: #FD2D29;
}
.AnyTagClassName
{
color: #FD2D29;
}
</style>
background-color css
<style>
a { background-color: #FD2D29; }
a { background-color: rgb(253,45,41); }
div.DivClassName
{
background-color: #FD2D29;
}
.BgClassName
{
background-color: #FD2D29;
}
</style>
border-color css
<style>
span { border-color: #FD2D29; }
span { border-color: rgb(253,45,41); }
td.TdClassName
{
border-color: #FD2D29;
}
.TagClassName
{
border-color: #FD2D29;
}
</style>