Shades of Red Orange #FD411D
Tints of Red Orange #FD411D
RGB
CMYK
RGB Variations
Color information
#FD411D (or 0xFD411D) is known color: Red Orange. HEX triplet: FD, 41 and 1D. RGB value is (253,65,29). Sum of RGB (Red+Green+Blue) = 253+65+29=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD411D is #02BEE2. Grayscale: #757575. Windows color (decimal): -179939 or 1917437. OLE color: 1917437.
HSL color Cylindrical-coordinate representation of color #FD411D: hue angle of 9.64º 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 #FD411D is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 29 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.01 |
| HSL | 9.64º | 0.98% | 0.55% | - |
| HSV(B) | 9.64º | 0.89% | 0.99% | - |
| XYZ | 42.62 | 24.75 | 3.69 | - |
| YUV | 117.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 29 | 0 | 0.74 | 0.89 | 0.01 | 9.64 | 0.98 | 0.55 |
| Hex | FD | 41 | 1D | 0 | 4A | 59 | 1 | A | 62 | 37 |
| Octal | 375 | 101 | 35 | 0 | 112 | 131 | 1 | 12 | 142 | 67 |
| Binary | 11111101 | 1000001 | 11101 | 0 | 1001010 | 1011001 | 1 | 1010 | 1100010 | 110111 |
Color Harmonies of #FD411D
Complementary color
Monochromatic Colors of #FD411D
Black with #FD411D
Text Example
Text Example
White with #FD411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD411D; }
p { color: rgb(253,65,29); }
H1.HeaderClassName
{
color: #FD411D;
}
.AnyTagClassName
{
color: #FD411D;
}
</style>
background-color css
<style>
a { background-color: #FD411D; }
a { background-color: rgb(253,65,29); }
div.DivClassName
{
background-color: #FD411D;
}
.BgClassName
{
background-color: #FD411D;
}
</style>
border-color css
<style>
span { border-color: #FD411D; }
span { border-color: rgb(253,65,29); }
td.TdClassName
{
border-color: #FD411D;
}
.TagClassName
{
border-color: #FD411D;
}
</style>