Shades of Red Orange #FD4321
Tints of Red Orange #FD4321
RGB
CMYK
RGB Variations
Color information
#FD4321 (or 0xFD4321) is known color: Red Orange. HEX triplet: FD, 43 and 21. RGB value is (253,67,33). Sum of RGB (Red+Green+Blue) = 253+67+33=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4321 is #02BCDE. Grayscale: #777777. Windows color (decimal): -179423 or 2180093. OLE color: 2180093.
HSL color Cylindrical-coordinate representation of color #FD4321: hue angle of 9.27º 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 #FD4321 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 33 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.01 |
| HSL | 9.27º | 0.98% | 0.56% | - |
| HSV(B) | 9.27º | 0.87% | 0.99% | - |
| XYZ | 42.79 | 25.01 | 4.01 | - |
| YUV | 118.74 | 79.62 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 33 | 0 | 0.74 | 0.87 | 0.01 | 9.27 | 0.98 | 0.56 |
| Hex | FD | 43 | 21 | 0 | 4A | 57 | 1 | 9 | 62 | 38 |
| Octal | 375 | 103 | 41 | 0 | 112 | 127 | 1 | 11 | 142 | 70 |
| Binary | 11111101 | 1000011 | 100001 | 0 | 1001010 | 1010111 | 1 | 1001 | 1100010 | 111000 |
Color Harmonies of #FD4321
Complementary color
Monochromatic Colors of #FD4321
Black with #FD4321
Text Example
Text Example
White with #FD4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4321; }
p { color: rgb(253,67,33); }
H1.HeaderClassName
{
color: #FD4321;
}
.AnyTagClassName
{
color: #FD4321;
}
</style>
background-color css
<style>
a { background-color: #FD4321; }
a { background-color: rgb(253,67,33); }
div.DivClassName
{
background-color: #FD4321;
}
.BgClassName
{
background-color: #FD4321;
}
</style>
border-color css
<style>
span { border-color: #FD4321; }
span { border-color: rgb(253,67,33); }
td.TdClassName
{
border-color: #FD4321;
}
.TagClassName
{
border-color: #FD4321;
}
</style>