Shades of Orange Red #FD4115
Tints of Orange Red #FD4115
RGB
CMYK
RGB Variations
Color information
#FD4115 (or 0xFD4115) is known color: Orange Red. HEX triplet: FD, 41 and 15. RGB value is (253,65,21). Sum of RGB (Red+Green+Blue) = 253+65+21=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4115 is #02BEEA. Grayscale: #747474. Windows color (decimal): -179947 or 1393149. OLE color: 1393149.
HSL color Cylindrical-coordinate representation of color #FD4115: hue angle of 11.38º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD4115 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 21 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.01 |
| HSL | 11.38º | 0.98% | 0.54% | - |
| HSV(B) | 11.38º | 0.92% | 0.99% | - |
| XYZ | 42.53 | 24.72 | 3.24 | - |
| YUV | 116.2 | 74.28 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 21 | 0 | 0.74 | 0.92 | 0.01 | 11.38 | 0.98 | 0.54 |
| Hex | FD | 41 | 15 | 0 | 4A | 5C | 1 | B | 62 | 36 |
| Octal | 375 | 101 | 25 | 0 | 112 | 134 | 1 | 13 | 142 | 66 |
| Binary | 11111101 | 1000001 | 10101 | 0 | 1001010 | 1011100 | 1 | 1011 | 1100010 | 110110 |
Color Harmonies of #FD4115
Complementary color
Monochromatic Colors of #FD4115
Black with #FD4115
Text Example
Text Example
White with #FD4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4115; }
p { color: rgb(253,65,21); }
H1.HeaderClassName
{
color: #FD4115;
}
.AnyTagClassName
{
color: #FD4115;
}
</style>
background-color css
<style>
a { background-color: #FD4115; }
a { background-color: rgb(253,65,21); }
div.DivClassName
{
background-color: #FD4115;
}
.BgClassName
{
background-color: #FD4115;
}
</style>
border-color css
<style>
span { border-color: #FD4115; }
span { border-color: rgb(253,65,21); }
td.TdClassName
{
border-color: #FD4115;
}
.TagClassName
{
border-color: #FD4115;
}
</style>