Shades of Red Orange #FD3E1E
Tints of Red Orange #FD3E1E
RGB
CMYK
RGB Variations
Color information
#FD3E1E (or 0xFD3E1E) is known color: Red Orange. HEX triplet: FD, 3E and 1E. RGB value is (253,62,30). Sum of RGB (Red+Green+Blue) = 253+62+30=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E1E is #02C1E1. Grayscale: #737373. Windows color (decimal): -180706 or 1982205. OLE color: 1982205.
HSL color Cylindrical-coordinate representation of color #FD3E1E: hue angle of 8.61º 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 #FD3E1E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 30 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.01 |
| HSL | 8.61º | 0.98% | 0.55% | - |
| HSV(B) | 8.61º | 0.88% | 0.99% | - |
| XYZ | 42.46 | 24.42 | 3.7 | - |
| YUV | 115.46 | 79.78 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 30 | 0 | 0.75 | 0.88 | 0.01 | 8.61 | 0.98 | 0.55 |
| Hex | FD | 3E | 1E | 0 | 4B | 58 | 1 | 9 | 62 | 37 |
| Octal | 375 | 76 | 36 | 0 | 113 | 130 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 111110 | 11110 | 0 | 1001011 | 1011000 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD3E1E
Complementary color
Monochromatic Colors of #FD3E1E
Black with #FD3E1E
Text Example
Text Example
White with #FD3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E1E; }
p { color: rgb(253,62,30); }
H1.HeaderClassName
{
color: #FD3E1E;
}
.AnyTagClassName
{
color: #FD3E1E;
}
</style>
background-color css
<style>
a { background-color: #FD3E1E; }
a { background-color: rgb(253,62,30); }
div.DivClassName
{
background-color: #FD3E1E;
}
.BgClassName
{
background-color: #FD3E1E;
}
</style>
border-color css
<style>
span { border-color: #FD3E1E; }
span { border-color: rgb(253,62,30); }
td.TdClassName
{
border-color: #FD3E1E;
}
.TagClassName
{
border-color: #FD3E1E;
}
</style>