Shades of Red Orange #FD321A
Tints of Red Orange #FD321A
RGB
CMYK
RGB Variations
Color information
#FD321A (or 0xFD321A) is known color: Red Orange. HEX triplet: FD, 32 and 1A. RGB value is (253,50,26). Sum of RGB (Red+Green+Blue) = 253+50+26=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD321A is #02CDE5. Grayscale: #6C6C6C. Windows color (decimal): -183782 or 1716989. OLE color: 1716989.
HSL color Cylindrical-coordinate representation of color #FD321A: hue angle of 6.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD321A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 26 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.01 |
| HSL | 6.34º | 0.98% | 0.55% | - |
| HSV(B) | 6.34º | 0.9% | 0.99% | - |
| XYZ | 41.84 | 23.24 | 3.26 | - |
| YUV | 107.96 | 81.75 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 26 | 0 | 0.80 | 0.90 | 0.01 | 6.34 | 0.98 | 0.55 |
| Hex | FD | 32 | 1A | 0 | 50 | 5A | 1 | 6 | 62 | 37 |
| Octal | 375 | 62 | 32 | 0 | 120 | 132 | 1 | 6 | 142 | 67 |
| Binary | 11111101 | 110010 | 11010 | 0 | 1010000 | 1011010 | 1 | 110 | 1100010 | 110111 |
Color Harmonies of #FD321A
Complementary color
Monochromatic Colors of #FD321A
Black with #FD321A
Text Example
Text Example
White with #FD321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD321A; }
p { color: rgb(253,50,26); }
H1.HeaderClassName
{
color: #FD321A;
}
.AnyTagClassName
{
color: #FD321A;
}
</style>
background-color css
<style>
a { background-color: #FD321A; }
a { background-color: rgb(253,50,26); }
div.DivClassName
{
background-color: #FD321A;
}
.BgClassName
{
background-color: #FD321A;
}
</style>
border-color css
<style>
span { border-color: #FD321A; }
span { border-color: rgb(253,50,26); }
td.TdClassName
{
border-color: #FD321A;
}
.TagClassName
{
border-color: #FD321A;
}
</style>