Shades of Red Orange #FD411F
Tints of Red Orange #FD411F
RGB
CMYK
RGB Variations
Color information
#FD411F (or 0xFD411F) is known color: Red Orange. HEX triplet: FD, 41 and 1F. RGB value is (253,65,31). Sum of RGB (Red+Green+Blue) = 253+65+31=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD411F is #02BEE0. Grayscale: #757575. Windows color (decimal): -179937 or 2048509. OLE color: 2048509.
HSL color Cylindrical-coordinate representation of color #FD411F: hue angle of 9.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD411F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 31 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.01 |
| HSL | 9.19º | 0.98% | 0.56% | - |
| HSV(B) | 9.19º | 0.88% | 0.99% | - |
| XYZ | 42.65 | 24.76 | 3.83 | - |
| YUV | 117.34 | 79.28 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 31 | 0 | 0.74 | 0.88 | 0.01 | 9.19 | 0.98 | 0.56 |
| Hex | FD | 41 | 1F | 0 | 4A | 58 | 1 | 9 | 62 | 38 |
| Octal | 375 | 101 | 37 | 0 | 112 | 130 | 1 | 11 | 142 | 70 |
| Binary | 11111101 | 1000001 | 11111 | 0 | 1001010 | 1011000 | 1 | 1001 | 1100010 | 111000 |
Color Harmonies of #FD411F
Complementary color
Monochromatic Colors of #FD411F
Black with #FD411F
Text Example
Text Example
White with #FD411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD411F; }
p { color: rgb(253,65,31); }
H1.HeaderClassName
{
color: #FD411F;
}
.AnyTagClassName
{
color: #FD411F;
}
</style>
background-color css
<style>
a { background-color: #FD411F; }
a { background-color: rgb(253,65,31); }
div.DivClassName
{
background-color: #FD411F;
}
.BgClassName
{
background-color: #FD411F;
}
</style>
border-color css
<style>
span { border-color: #FD411F; }
span { border-color: rgb(253,65,31); }
td.TdClassName
{
border-color: #FD411F;
}
.TagClassName
{
border-color: #FD411F;
}
</style>