Shades of Red Orange #FD411E
Tints of Red Orange #FD411E
RGB
CMYK
RGB Variations
Color information
#FD411E (or 0xFD411E) is known color: Red Orange. HEX triplet: FD, 41 and 1E. RGB value is (253,65,30). Sum of RGB (Red+Green+Blue) = 253+65+30=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD411E is #02BEE1. Grayscale: #757575. Windows color (decimal): -179938 or 1982973. OLE color: 1982973.
HSL color Cylindrical-coordinate representation of color #FD411E: hue angle of 9.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD411E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.01 |
| HSL | 9.42º | 0.98% | 0.55% | - |
| HSV(B) | 9.42º | 0.88% | 0.99% | - |
| XYZ | 42.63 | 24.76 | 3.76 | - |
| YUV | 117.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 30 | 0 | 0.74 | 0.88 | 0.01 | 9.42 | 0.98 | 0.55 |
| Hex | FD | 41 | 1E | 0 | 4A | 58 | 1 | 9 | 62 | 37 |
| Octal | 375 | 101 | 36 | 0 | 112 | 130 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 1000001 | 11110 | 0 | 1001010 | 1011000 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD411E
Complementary color
Monochromatic Colors of #FD411E
Black with #FD411E
Text Example
Text Example
White with #FD411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD411E; }
p { color: rgb(253,65,30); }
H1.HeaderClassName
{
color: #FD411E;
}
.AnyTagClassName
{
color: #FD411E;
}
</style>
background-color css
<style>
a { background-color: #FD411E; }
a { background-color: rgb(253,65,30); }
div.DivClassName
{
background-color: #FD411E;
}
.BgClassName
{
background-color: #FD411E;
}
</style>
border-color css
<style>
span { border-color: #FD411E; }
span { border-color: rgb(253,65,30); }
td.TdClassName
{
border-color: #FD411E;
}
.TagClassName
{
border-color: #FD411E;
}
</style>