Shades of Red Orange #FD3020
Tints of Red Orange #FD3020
RGB
CMYK
RGB Variations
Color information
#FD3020 (or 0xFD3020) is known color: Red Orange. HEX triplet: FD, 30 and 20. RGB value is (253,48,32). Sum of RGB (Red+Green+Blue) = 253+48+32=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3020 is #02CFDF. Grayscale: #6B6B6B. Windows color (decimal): -184288 or 2109693. OLE color: 2109693.
HSL color Cylindrical-coordinate representation of color #FD3020: hue angle of 4.34º 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 #FD3020 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 32 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.01 |
| HSL | 4.34º | 0.98% | 0.56% | - |
| HSV(B) | 4.34º | 0.87% | 0.99% | - |
| XYZ | 41.83 | 23.1 | 3.62 | - |
| YUV | 107.47 | 85.42 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 32 | 0 | 0.81 | 0.87 | 0.01 | 4.34 | 0.98 | 0.56 |
| Hex | FD | 30 | 20 | 0 | 51 | 57 | 1 | 4 | 62 | 38 |
| Octal | 375 | 60 | 40 | 0 | 121 | 127 | 1 | 4 | 142 | 70 |
| Binary | 11111101 | 110000 | 100000 | 0 | 1010001 | 1010111 | 1 | 100 | 1100010 | 111000 |
Color Harmonies of #FD3020
Complementary color
Monochromatic Colors of #FD3020
Black with #FD3020
Text Example
Text Example
White with #FD3020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3020; }
p { color: rgb(253,48,32); }
H1.HeaderClassName
{
color: #FD3020;
}
.AnyTagClassName
{
color: #FD3020;
}
</style>
background-color css
<style>
a { background-color: #FD3020; }
a { background-color: rgb(253,48,32); }
div.DivClassName
{
background-color: #FD3020;
}
.BgClassName
{
background-color: #FD3020;
}
</style>
border-color css
<style>
span { border-color: #FD3020; }
span { border-color: rgb(253,48,32); }
td.TdClassName
{
border-color: #FD3020;
}
.TagClassName
{
border-color: #FD3020;
}
</style>