Shades of Red Orange #FD341E
Tints of Red Orange #FD341E
RGB
CMYK
RGB Variations
Color information
#FD341E (or 0xFD341E) is known color: Red Orange. HEX triplet: FD, 34 and 1E. RGB value is (253,52,30). Sum of RGB (Red+Green+Blue) = 253+52+30=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD341E is #02CBE1. Grayscale: #6D6D6D. Windows color (decimal): -183266 or 1979645. OLE color: 1979645.
HSL color Cylindrical-coordinate representation of color #FD341E: hue angle of 5.92º 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 #FD341E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 52 | 30 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.01 |
| HSL | 5.92º | 0.98% | 0.55% | - |
| HSV(B) | 5.92º | 0.88% | 0.99% | - |
| XYZ | 41.97 | 23.43 | 3.54 | - |
| YUV | 109.59 | 83.09 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 52 | 30 | 0 | 0.79 | 0.88 | 0.01 | 5.92 | 0.98 | 0.55 |
| Hex | FD | 34 | 1E | 0 | 4F | 58 | 1 | 6 | 62 | 37 |
| Octal | 375 | 64 | 36 | 0 | 117 | 130 | 1 | 6 | 142 | 67 |
| Binary | 11111101 | 110100 | 11110 | 0 | 1001111 | 1011000 | 1 | 110 | 1100010 | 110111 |
Color Harmonies of #FD341E
Complementary color
Monochromatic Colors of #FD341E
Black with #FD341E
Text Example
Text Example
White with #FD341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD341E; }
p { color: rgb(253,52,30); }
H1.HeaderClassName
{
color: #FD341E;
}
.AnyTagClassName
{
color: #FD341E;
}
</style>
background-color css
<style>
a { background-color: #FD341E; }
a { background-color: rgb(253,52,30); }
div.DivClassName
{
background-color: #FD341E;
}
.BgClassName
{
background-color: #FD341E;
}
</style>
border-color css
<style>
span { border-color: #FD341E; }
span { border-color: rgb(253,52,30); }
td.TdClassName
{
border-color: #FD341E;
}
.TagClassName
{
border-color: #FD341E;
}
</style>