Shades of Orange Red #FD3C17
Tints of Orange Red #FD3C17
RGB
CMYK
RGB Variations
Color information
#FD3C17 (or 0xFD3C17) is known color: Orange Red. HEX triplet: FD, 3C and 17. RGB value is (253,60,23). Sum of RGB (Red+Green+Blue) = 253+60+23=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C17 is #02C3E8. Grayscale: #717171. Windows color (decimal): -181225 or 1522941. OLE color: 1522941.
HSL color Cylindrical-coordinate representation of color #FD3C17: hue angle of 9.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD3C17 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 23 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.01 |
| HSL | 9.65º | 0.98% | 0.54% | - |
| HSV(B) | 9.65º | 0.91% | 0.99% | - |
| XYZ | 42.28 | 24.18 | 3.25 | - |
| YUV | 113.49 | 76.94 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 23 | 0 | 0.76 | 0.91 | 0.01 | 9.65 | 0.98 | 0.54 |
| Hex | FD | 3C | 17 | 0 | 4C | 5B | 1 | A | 62 | 36 |
| Octal | 375 | 74 | 27 | 0 | 114 | 133 | 1 | 12 | 142 | 66 |
| Binary | 11111101 | 111100 | 10111 | 0 | 1001100 | 1011011 | 1 | 1010 | 1100010 | 110110 |
Color Harmonies of #FD3C17
Complementary color
Monochromatic Colors of #FD3C17
Black with #FD3C17
Text Example
Text Example
White with #FD3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C17; }
p { color: rgb(253,60,23); }
H1.HeaderClassName
{
color: #FD3C17;
}
.AnyTagClassName
{
color: #FD3C17;
}
</style>
background-color css
<style>
a { background-color: #FD3C17; }
a { background-color: rgb(253,60,23); }
div.DivClassName
{
background-color: #FD3C17;
}
.BgClassName
{
background-color: #FD3C17;
}
</style>
border-color css
<style>
span { border-color: #FD3C17; }
span { border-color: rgb(253,60,23); }
td.TdClassName
{
border-color: #FD3C17;
}
.TagClassName
{
border-color: #FD3C17;
}
</style>