Shades of Red Orange #FD421E
Tints of Red Orange #FD421E
RGB
CMYK
RGB Variations
Color information
#FD421E (or 0xFD421E) is known color: Red Orange. HEX triplet: FD, 42 and 1E. RGB value is (253,66,30). Sum of RGB (Red+Green+Blue) = 253+66+30=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD421E is #02BDE1. Grayscale: #767676. Windows color (decimal): -179682 or 1983229. OLE color: 1983229.
HSL color Cylindrical-coordinate representation of color #FD421E: hue angle of 9.69º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD421E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.01 |
| HSL | 9.69º | 0.98% | 0.55% | - |
| HSV(B) | 9.69º | 0.88% | 0.99% | - |
| XYZ | 42.69 | 24.87 | 3.78 | - |
| YUV | 117.81 | 78.45 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 30 | 0 | 0.74 | 0.88 | 0.01 | 9.69 | 0.98 | 0.55 |
| Hex | FD | 42 | 1E | 0 | 4A | 58 | 1 | A | 62 | 37 |
| Octal | 375 | 102 | 36 | 0 | 112 | 130 | 1 | 12 | 142 | 67 |
| Binary | 11111101 | 1000010 | 11110 | 0 | 1001010 | 1011000 | 1 | 1010 | 1100010 | 110111 |
Color Harmonies of #FD421E
Complementary color
Monochromatic Colors of #FD421E
Black with #FD421E
Text Example
Text Example
White with #FD421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD421E; }
p { color: rgb(253,66,30); }
H1.HeaderClassName
{
color: #FD421E;
}
.AnyTagClassName
{
color: #FD421E;
}
</style>
background-color css
<style>
a { background-color: #FD421E; }
a { background-color: rgb(253,66,30); }
div.DivClassName
{
background-color: #FD421E;
}
.BgClassName
{
background-color: #FD421E;
}
</style>
border-color css
<style>
span { border-color: #FD421E; }
span { border-color: rgb(253,66,30); }
td.TdClassName
{
border-color: #FD421E;
}
.TagClassName
{
border-color: #FD421E;
}
</style>