Shades of Red Orange #FD322E
Tints of Red Orange #FD322E
RGB
CMYK
RGB Variations
Color information
#FD322E (or 0xFD322E) is known color: Red Orange. HEX triplet: FD, 32 and 2E. RGB value is (253,50,46). Sum of RGB (Red+Green+Blue) = 253+50+46=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD322E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD322E is #02CDD1. Grayscale: #6E6E6E. Windows color (decimal): -183762 or 3027709. OLE color: 3027709.
HSL color Cylindrical-coordinate representation of color #FD322E: hue angle of 1.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD322E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 46 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.01 |
| HSL | 1.16º | 0.98% | 0.59% | - |
| HSV(B) | 1.16º | 0.82% | 0.99% | - |
| XYZ | 42.14 | 23.36 | 4.87 | - |
| YUV | 110.24 | 91.75 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 46 | 0 | 0.80 | 0.82 | 0.01 | 1.16 | 0.98 | 0.59 |
| Hex | FD | 32 | 2E | 0 | 50 | 52 | 1 | 1 | 62 | 3B |
| Octal | 375 | 62 | 56 | 0 | 120 | 122 | 1 | 1 | 142 | 73 |
| Binary | 11111101 | 110010 | 101110 | 0 | 1010000 | 1010010 | 1 | 1 | 1100010 | 111011 |
Color Harmonies of #FD322E
Complementary color
Monochromatic Colors of #FD322E
Black with #FD322E
Text Example
Text Example
White with #FD322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD322E; }
p { color: rgb(253,50,46); }
H1.HeaderClassName
{
color: #FD322E;
}
.AnyTagClassName
{
color: #FD322E;
}
</style>
background-color css
<style>
a { background-color: #FD322E; }
a { background-color: rgb(253,50,46); }
div.DivClassName
{
background-color: #FD322E;
}
.BgClassName
{
background-color: #FD322E;
}
</style>
border-color css
<style>
span { border-color: #FD322E; }
span { border-color: rgb(253,50,46); }
td.TdClassName
{
border-color: #FD322E;
}
.TagClassName
{
border-color: #FD322E;
}
</style>