Shades of Red Orange #FD2E20
Tints of Red Orange #FD2E20
RGB
CMYK
RGB Variations
Color information
#FD2E20 (or 0xFD2E20) is known color: Red Orange. HEX triplet: FD, 2E and 20. RGB value is (253,46,32). Sum of RGB (Red+Green+Blue) = 253+46+32=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E20 is #02D1DF. Grayscale: #6A6A6A. Windows color (decimal): -184800 or 2109181. OLE color: 2109181.
HSL color Cylindrical-coordinate representation of color #FD2E20: hue angle of 3.8º 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 #FD2E20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 32 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.01 |
| HSL | 3.8º | 0.98% | 0.56% | - |
| HSV(B) | 3.8º | 0.87% | 0.99% | - |
| XYZ | 41.75 | 22.94 | 3.59 | - |
| YUV | 106.3 | 86.08 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 32 | 0 | 0.82 | 0.87 | 0.01 | 3.8 | 0.98 | 0.56 |
| Hex | FD | 2E | 20 | 0 | 52 | 57 | 1 | 4 | 62 | 38 |
| Octal | 375 | 56 | 40 | 0 | 122 | 127 | 1 | 4 | 142 | 70 |
| Binary | 11111101 | 101110 | 100000 | 0 | 1010010 | 1010111 | 1 | 100 | 1100010 | 111000 |
Color Harmonies of #FD2E20
Complementary color
Monochromatic Colors of #FD2E20
Black with #FD2E20
Text Example
Text Example
White with #FD2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E20; }
p { color: rgb(253,46,32); }
H1.HeaderClassName
{
color: #FD2E20;
}
.AnyTagClassName
{
color: #FD2E20;
}
</style>
background-color css
<style>
a { background-color: #FD2E20; }
a { background-color: rgb(253,46,32); }
div.DivClassName
{
background-color: #FD2E20;
}
.BgClassName
{
background-color: #FD2E20;
}
</style>
border-color css
<style>
span { border-color: #FD2E20; }
span { border-color: rgb(253,46,32); }
td.TdClassName
{
border-color: #FD2E20;
}
.TagClassName
{
border-color: #FD2E20;
}
</style>