Shades of Red Orange #FD4420
Tints of Red Orange #FD4420
RGB
CMYK
RGB Variations
Color information
#FD4420 (or 0xFD4420) is known color: Red Orange. HEX triplet: FD, 44 and 20. RGB value is (253,68,32). Sum of RGB (Red+Green+Blue) = 253+68+32=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4420 is #02BBDF. Grayscale: #777777. Windows color (decimal): -179168 or 2114813. OLE color: 2114813.
HSL color Cylindrical-coordinate representation of color #FD4420: hue angle of 9.77º 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 #FD4420 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 32 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.01 |
| HSL | 9.77º | 0.98% | 0.56% | - |
| HSV(B) | 9.77º | 0.87% | 0.99% | - |
| XYZ | 42.84 | 25.12 | 3.96 | - |
| YUV | 119.21 | 78.79 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 32 | 0 | 0.73 | 0.87 | 0.01 | 9.77 | 0.98 | 0.56 |
| Hex | FD | 44 | 20 | 0 | 49 | 57 | 1 | A | 62 | 38 |
| Octal | 375 | 104 | 40 | 0 | 111 | 127 | 1 | 12 | 142 | 70 |
| Binary | 11111101 | 1000100 | 100000 | 0 | 1001001 | 1010111 | 1 | 1010 | 1100010 | 111000 |
Color Harmonies of #FD4420
Complementary color
Monochromatic Colors of #FD4420
Black with #FD4420
Text Example
Text Example
White with #FD4420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4420; }
p { color: rgb(253,68,32); }
H1.HeaderClassName
{
color: #FD4420;
}
.AnyTagClassName
{
color: #FD4420;
}
</style>
background-color css
<style>
a { background-color: #FD4420; }
a { background-color: rgb(253,68,32); }
div.DivClassName
{
background-color: #FD4420;
}
.BgClassName
{
background-color: #FD4420;
}
</style>
border-color css
<style>
span { border-color: #FD4420; }
span { border-color: rgb(253,68,32); }
td.TdClassName
{
border-color: #FD4420;
}
.TagClassName
{
border-color: #FD4420;
}
</style>