Shades of Red Orange #FD3A1E
Tints of Red Orange #FD3A1E
RGB
CMYK
RGB Variations
Color information
#FD3A1E (or 0xFD3A1E) is known color: Red Orange. HEX triplet: FD, 3A and 1E. RGB value is (253,58,30). Sum of RGB (Red+Green+Blue) = 253+58+30=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A1E is #02C5E1. Grayscale: #717171. Windows color (decimal): -181730 or 1981181. OLE color: 1981181.
HSL color Cylindrical-coordinate representation of color #FD3A1E: hue angle of 7.53º 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 #FD3A1E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.01 |
| HSL | 7.53º | 0.98% | 0.55% | - |
| HSV(B) | 7.53º | 0.88% | 0.99% | - |
| XYZ | 42.26 | 24 | 3.63 | - |
| YUV | 113.11 | 81.1 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 30 | 0 | 0.77 | 0.88 | 0.01 | 7.53 | 0.98 | 0.55 |
| Hex | FD | 3A | 1E | 0 | 4D | 58 | 1 | 8 | 62 | 37 |
| Octal | 375 | 72 | 36 | 0 | 115 | 130 | 1 | 10 | 142 | 67 |
| Binary | 11111101 | 111010 | 11110 | 0 | 1001101 | 1011000 | 1 | 1000 | 1100010 | 110111 |
Color Harmonies of #FD3A1E
Complementary color
Monochromatic Colors of #FD3A1E
Black with #FD3A1E
Text Example
Text Example
White with #FD3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A1E; }
p { color: rgb(253,58,30); }
H1.HeaderClassName
{
color: #FD3A1E;
}
.AnyTagClassName
{
color: #FD3A1E;
}
</style>
background-color css
<style>
a { background-color: #FD3A1E; }
a { background-color: rgb(253,58,30); }
div.DivClassName
{
background-color: #FD3A1E;
}
.BgClassName
{
background-color: #FD3A1E;
}
</style>
border-color css
<style>
span { border-color: #FD3A1E; }
span { border-color: rgb(253,58,30); }
td.TdClassName
{
border-color: #FD3A1E;
}
.TagClassName
{
border-color: #FD3A1E;
}
</style>