Shades of Orange Red #FD4015
Tints of Orange Red #FD4015
RGB
CMYK
RGB Variations
Color information
#FD4015 (or 0xFD4015) is known color: Orange Red. HEX triplet: FD, 40 and 15. RGB value is (253,64,21). Sum of RGB (Red+Green+Blue) = 253+64+21=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4015 is #02BFEA. Grayscale: #737373. Windows color (decimal): -180203 or 1392893. OLE color: 1392893.
HSL color Cylindrical-coordinate representation of color #FD4015: hue angle of 11.12º 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 #FD4015 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 21 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.01 |
| HSL | 11.12º | 0.98% | 0.54% | - |
| HSV(B) | 11.12º | 0.92% | 0.99% | - |
| XYZ | 42.48 | 24.6 | 3.22 | - |
| YUV | 115.61 | 74.62 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 21 | 0 | 0.75 | 0.92 | 0.01 | 11.12 | 0.98 | 0.54 |
| Hex | FD | 40 | 15 | 0 | 4B | 5C | 1 | B | 62 | 36 |
| Octal | 375 | 100 | 25 | 0 | 113 | 134 | 1 | 13 | 142 | 66 |
| Binary | 11111101 | 1000000 | 10101 | 0 | 1001011 | 1011100 | 1 | 1011 | 1100010 | 110110 |
Color Harmonies of #FD4015
Complementary color
Monochromatic Colors of #FD4015
Black with #FD4015
Text Example
Text Example
White with #FD4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4015; }
p { color: rgb(253,64,21); }
H1.HeaderClassName
{
color: #FD4015;
}
.AnyTagClassName
{
color: #FD4015;
}
</style>
background-color css
<style>
a { background-color: #FD4015; }
a { background-color: rgb(253,64,21); }
div.DivClassName
{
background-color: #FD4015;
}
.BgClassName
{
background-color: #FD4015;
}
</style>
border-color css
<style>
span { border-color: #FD4015; }
span { border-color: rgb(253,64,21); }
td.TdClassName
{
border-color: #FD4015;
}
.TagClassName
{
border-color: #FD4015;
}
</style>