Shades of Orange Red #FD410F
Tints of Orange Red #FD410F
RGB
CMYK
RGB Variations
Color information
#FD410F (or 0xFD410F) is known color: Orange Red. HEX triplet: FD, 41 and 0F. RGB value is (253,65,15). Sum of RGB (Red+Green+Blue) = 253+65+15=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD410F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD410F is #02BEF0. Grayscale: #737373. Windows color (decimal): -179953 or 999933. OLE color: 999933.
HSL color Cylindrical-coordinate representation of color #FD410F: hue angle of 12.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD410F is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 15 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.01 |
| HSL | 12.61º | 0.98% | 0.53% | - |
| HSV(B) | 12.61º | 0.94% | 0.99% | - |
| XYZ | 42.48 | 24.7 | 2.98 | - |
| YUV | 115.51 | 71.28 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 15 | 0 | 0.74 | 0.94 | 0.01 | 12.61 | 0.98 | 0.53 |
| Hex | FD | 41 | F | 0 | 4A | 5E | 1 | D | 62 | 35 |
| Octal | 375 | 101 | 17 | 0 | 112 | 136 | 1 | 15 | 142 | 65 |
| Binary | 11111101 | 1000001 | 1111 | 0 | 1001010 | 1011110 | 1 | 1101 | 1100010 | 110101 |
Color Harmonies of #FD410F
Complementary color
Monochromatic Colors of #FD410F
Black with #FD410F
Text Example
Text Example
White with #FD410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD410F; }
p { color: rgb(253,65,15); }
H1.HeaderClassName
{
color: #FD410F;
}
.AnyTagClassName
{
color: #FD410F;
}
</style>
background-color css
<style>
a { background-color: #FD410F; }
a { background-color: rgb(253,65,15); }
div.DivClassName
{
background-color: #FD410F;
}
.BgClassName
{
background-color: #FD410F;
}
</style>
border-color css
<style>
span { border-color: #FD410F; }
span { border-color: rgb(253,65,15); }
td.TdClassName
{
border-color: #FD410F;
}
.TagClassName
{
border-color: #FD410F;
}
</style>