Shades of Red Orange #FD3A20
Tints of Red Orange #FD3A20
RGB
CMYK
RGB Variations
Color information
#FD3A20 (or 0xFD3A20) is known color: Red Orange. HEX triplet: FD, 3A and 20. RGB value is (253,58,32). Sum of RGB (Red+Green+Blue) = 253+58+32=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A20 is #02C5DF. Grayscale: #717171. Windows color (decimal): -181728 or 2112253. OLE color: 2112253.
HSL color Cylindrical-coordinate representation of color #FD3A20: hue angle of 7.06º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD3A20 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 32 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.01 |
| HSL | 7.06º | 0.98% | 0.56% | - |
| HSV(B) | 7.06º | 0.87% | 0.99% | - |
| XYZ | 42.28 | 24.01 | 3.77 | - |
| YUV | 113.34 | 82.1 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 32 | 0 | 0.77 | 0.87 | 0.01 | 7.06 | 0.98 | 0.56 |
| Hex | FD | 3A | 20 | 0 | 4D | 57 | 1 | 7 | 62 | 38 |
| Octal | 375 | 72 | 40 | 0 | 115 | 127 | 1 | 7 | 142 | 70 |
| Binary | 11111101 | 111010 | 100000 | 0 | 1001101 | 1010111 | 1 | 111 | 1100010 | 111000 |
Color Harmonies of #FD3A20
Complementary color
Monochromatic Colors of #FD3A20
Black with #FD3A20
Text Example
Text Example
White with #FD3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A20; }
p { color: rgb(253,58,32); }
H1.HeaderClassName
{
color: #FD3A20;
}
.AnyTagClassName
{
color: #FD3A20;
}
</style>
background-color css
<style>
a { background-color: #FD3A20; }
a { background-color: rgb(253,58,32); }
div.DivClassName
{
background-color: #FD3A20;
}
.BgClassName
{
background-color: #FD3A20;
}
</style>
border-color css
<style>
span { border-color: #FD3A20; }
span { border-color: rgb(253,58,32); }
td.TdClassName
{
border-color: #FD3A20;
}
.TagClassName
{
border-color: #FD3A20;
}
</style>