Shades of Orange Red #FD3A17
Tints of Orange Red #FD3A17
RGB
CMYK
RGB Variations
Color information
#FD3A17 (or 0xFD3A17) is known color: Orange Red. HEX triplet: FD, 3A and 17. RGB value is (253,58,23). Sum of RGB (Red+Green+Blue) = 253+58+23=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A17 is #02C5E8. Grayscale: #707070. Windows color (decimal): -181737 or 1522429. OLE color: 1522429.
HSL color Cylindrical-coordinate representation of color #FD3A17: hue angle of 9.13º 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 #FD3A17 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 23 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.01 |
| HSL | 9.13º | 0.98% | 0.54% | - |
| HSV(B) | 9.13º | 0.91% | 0.99% | - |
| XYZ | 42.18 | 23.97 | 3.21 | - |
| YUV | 112.32 | 77.6 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 23 | 0 | 0.77 | 0.91 | 0.01 | 9.13 | 0.98 | 0.54 |
| Hex | FD | 3A | 17 | 0 | 4D | 5B | 1 | 9 | 62 | 36 |
| Octal | 375 | 72 | 27 | 0 | 115 | 133 | 1 | 11 | 142 | 66 |
| Binary | 11111101 | 111010 | 10111 | 0 | 1001101 | 1011011 | 1 | 1001 | 1100010 | 110110 |
Color Harmonies of #FD3A17
Complementary color
Monochromatic Colors of #FD3A17
Black with #FD3A17
Text Example
Text Example
White with #FD3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A17; }
p { color: rgb(253,58,23); }
H1.HeaderClassName
{
color: #FD3A17;
}
.AnyTagClassName
{
color: #FD3A17;
}
</style>
background-color css
<style>
a { background-color: #FD3A17; }
a { background-color: rgb(253,58,23); }
div.DivClassName
{
background-color: #FD3A17;
}
.BgClassName
{
background-color: #FD3A17;
}
</style>
border-color css
<style>
span { border-color: #FD3A17; }
span { border-color: rgb(253,58,23); }
td.TdClassName
{
border-color: #FD3A17;
}
.TagClassName
{
border-color: #FD3A17;
}
</style>