Shades of Red Orange #FD3A1F
Tints of Red Orange #FD3A1F
RGB
CMYK
RGB Variations
Color information
#FD3A1F (or 0xFD3A1F) is known color: Red Orange. HEX triplet: FD, 3A and 1F. RGB value is (253,58,31). Sum of RGB (Red+Green+Blue) = 253+58+31=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A1F is #02C5E0. Grayscale: #717171. Windows color (decimal): -181729 or 2046717. OLE color: 2046717.
HSL color Cylindrical-coordinate representation of color #FD3A1F: hue angle of 7.3º 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 #FD3A1F is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 31 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.01 |
| HSL | 7.3º | 0.98% | 0.56% | - |
| HSV(B) | 7.3º | 0.88% | 0.99% | - |
| XYZ | 42.27 | 24.01 | 3.7 | - |
| YUV | 113.23 | 81.6 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 31 | 0 | 0.77 | 0.88 | 0.01 | 7.3 | 0.98 | 0.56 |
| Hex | FD | 3A | 1F | 0 | 4D | 58 | 1 | 7 | 62 | 38 |
| Octal | 375 | 72 | 37 | 0 | 115 | 130 | 1 | 7 | 142 | 70 |
| Binary | 11111101 | 111010 | 11111 | 0 | 1001101 | 1011000 | 1 | 111 | 1100010 | 111000 |
Color Harmonies of #FD3A1F
Complementary color
Monochromatic Colors of #FD3A1F
Black with #FD3A1F
Text Example
Text Example
White with #FD3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A1F; }
p { color: rgb(253,58,31); }
H1.HeaderClassName
{
color: #FD3A1F;
}
.AnyTagClassName
{
color: #FD3A1F;
}
</style>
background-color css
<style>
a { background-color: #FD3A1F; }
a { background-color: rgb(253,58,31); }
div.DivClassName
{
background-color: #FD3A1F;
}
.BgClassName
{
background-color: #FD3A1F;
}
</style>
border-color css
<style>
span { border-color: #FD3A1F; }
span { border-color: rgb(253,58,31); }
td.TdClassName
{
border-color: #FD3A1F;
}
.TagClassName
{
border-color: #FD3A1F;
}
</style>