Shades of Red Orange #FD421D
Tints of Red Orange #FD421D
RGB
CMYK
RGB Variations
Color information
#FD421D (or 0xFD421D) is known color: Red Orange. HEX triplet: FD, 42 and 1D. RGB value is (253,66,29). Sum of RGB (Red+Green+Blue) = 253+66+29=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD421D is #02BDE2. Grayscale: #767676. Windows color (decimal): -179683 or 1917693. OLE color: 1917693.
HSL color Cylindrical-coordinate representation of color #FD421D: hue angle of 9.91º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD421D is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 29 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.01 |
| HSL | 9.91º | 0.98% | 0.55% | - |
| HSV(B) | 9.91º | 0.89% | 0.99% | - |
| XYZ | 42.68 | 24.87 | 3.71 | - |
| YUV | 117.7 | 77.95 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 29 | 0 | 0.74 | 0.89 | 0.01 | 9.91 | 0.98 | 0.55 |
| Hex | FD | 42 | 1D | 0 | 4A | 59 | 1 | A | 62 | 37 |
| Octal | 375 | 102 | 35 | 0 | 112 | 131 | 1 | 12 | 142 | 67 |
| Binary | 11111101 | 1000010 | 11101 | 0 | 1001010 | 1011001 | 1 | 1010 | 1100010 | 110111 |
Color Harmonies of #FD421D
Complementary color
Monochromatic Colors of #FD421D
Black with #FD421D
Text Example
Text Example
White with #FD421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD421D; }
p { color: rgb(253,66,29); }
H1.HeaderClassName
{
color: #FD421D;
}
.AnyTagClassName
{
color: #FD421D;
}
</style>
background-color css
<style>
a { background-color: #FD421D; }
a { background-color: rgb(253,66,29); }
div.DivClassName
{
background-color: #FD421D;
}
.BgClassName
{
background-color: #FD421D;
}
</style>
border-color css
<style>
span { border-color: #FD421D; }
span { border-color: rgb(253,66,29); }
td.TdClassName
{
border-color: #FD421D;
}
.TagClassName
{
border-color: #FD421D;
}
</style>