Shades of Red Orange #FD392E
Tints of Red Orange #FD392E
RGB
CMYK
RGB Variations
Color information
#FD392E (or 0xFD392E) is known color: Red Orange. HEX triplet: FD, 39 and 2E. RGB value is (253,57,46). Sum of RGB (Red+Green+Blue) = 253+57+46=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD392E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD392E is #02C6D1. Grayscale: #727272. Windows color (decimal): -181970 or 3029501. OLE color: 3029501.
HSL color Cylindrical-coordinate representation of color #FD392E: hue angle of 3.19º 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 #FD392E is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 46 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.01 |
| HSL | 3.19º | 0.98% | 0.59% | - |
| HSV(B) | 3.19º | 0.82% | 0.99% | - |
| XYZ | 42.46 | 24.01 | 4.98 | - |
| YUV | 114.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 46 | 0 | 0.77 | 0.82 | 0.01 | 3.19 | 0.98 | 0.59 |
| Hex | FD | 39 | 2E | 0 | 4D | 52 | 1 | 3 | 62 | 3B |
| Octal | 375 | 71 | 56 | 0 | 115 | 122 | 1 | 3 | 142 | 73 |
| Binary | 11111101 | 111001 | 101110 | 0 | 1001101 | 1010010 | 1 | 11 | 1100010 | 111011 |
Color Harmonies of #FD392E
Complementary color
Monochromatic Colors of #FD392E
Black with #FD392E
Text Example
Text Example
White with #FD392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD392E; }
p { color: rgb(253,57,46); }
H1.HeaderClassName
{
color: #FD392E;
}
.AnyTagClassName
{
color: #FD392E;
}
</style>
background-color css
<style>
a { background-color: #FD392E; }
a { background-color: rgb(253,57,46); }
div.DivClassName
{
background-color: #FD392E;
}
.BgClassName
{
background-color: #FD392E;
}
</style>
border-color css
<style>
span { border-color: #FD392E; }
span { border-color: rgb(253,57,46); }
td.TdClassName
{
border-color: #FD392E;
}
.TagClassName
{
border-color: #FD392E;
}
</style>