Shades of Red Orange #FD4C29
Tints of Red Orange #FD4C29
RGB
CMYK
RGB Variations
Color information
#FD4C29 (or 0xFD4C29) is known color: Red Orange. HEX triplet: FD, 4C and 29. RGB value is (253,76,41). Sum of RGB (Red+Green+Blue) = 253+76+41=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C29 is #02B3D6. Grayscale: #7D7D7D. Windows color (decimal): -177111 or 2706685. OLE color: 2706685.
HSL color Cylindrical-coordinate representation of color #FD4C29: hue angle of 9.91º 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 #FD4C29 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 41 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.01 |
| HSL | 9.91º | 0.98% | 0.58% | - |
| HSV(B) | 9.91º | 0.84% | 0.99% | - |
| XYZ | 43.49 | 26.21 | 4.86 | - |
| YUV | 124.93 | 80.64 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 41 | 0 | 0.70 | 0.84 | 0.01 | 9.91 | 0.98 | 0.58 |
| Hex | FD | 4C | 29 | 0 | 46 | 54 | 1 | A | 62 | 3A |
| Octal | 375 | 114 | 51 | 0 | 106 | 124 | 1 | 12 | 142 | 72 |
| Binary | 11111101 | 1001100 | 101001 | 0 | 1000110 | 1010100 | 1 | 1010 | 1100010 | 111010 |
Color Harmonies of #FD4C29
Complementary color
Monochromatic Colors of #FD4C29
Black with #FD4C29
Text Example
Text Example
White with #FD4C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C29; }
p { color: rgb(253,76,41); }
H1.HeaderClassName
{
color: #FD4C29;
}
.AnyTagClassName
{
color: #FD4C29;
}
</style>
background-color css
<style>
a { background-color: #FD4C29; }
a { background-color: rgb(253,76,41); }
div.DivClassName
{
background-color: #FD4C29;
}
.BgClassName
{
background-color: #FD4C29;
}
</style>
border-color css
<style>
span { border-color: #FD4C29; }
span { border-color: rgb(253,76,41); }
td.TdClassName
{
border-color: #FD4C29;
}
.TagClassName
{
border-color: #FD4C29;
}
</style>