Shades of Orange Red #FD4519
Tints of Orange Red #FD4519
RGB
CMYK
RGB Variations
Color information
#FD4519 (or 0xFD4519) is known color: Orange Red. HEX triplet: FD, 45 and 19. RGB value is (253,69,25). Sum of RGB (Red+Green+Blue) = 253+69+25=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4519 is #02BAE6. Grayscale: #777777. Windows color (decimal): -178919 or 1656317. OLE color: 1656317.
HSL color Cylindrical-coordinate representation of color #FD4519: hue angle of 11.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD4519 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.01 |
| HSL | 11.58º | 0.98% | 0.55% | - |
| HSV(B) | 11.58º | 0.9% | 0.99% | - |
| XYZ | 42.81 | 25.21 | 3.53 | - |
| YUV | 119 | 74.96 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 25 | 0 | 0.73 | 0.90 | 0.01 | 11.58 | 0.98 | 0.55 |
| Hex | FD | 45 | 19 | 0 | 49 | 5A | 1 | C | 62 | 37 |
| Octal | 375 | 105 | 31 | 0 | 111 | 132 | 1 | 14 | 142 | 67 |
| Binary | 11111101 | 1000101 | 11001 | 0 | 1001001 | 1011010 | 1 | 1100 | 1100010 | 110111 |
Color Harmonies of #FD4519
Complementary color
Monochromatic Colors of #FD4519
Black with #FD4519
Text Example
Text Example
White with #FD4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4519; }
p { color: rgb(253,69,25); }
H1.HeaderClassName
{
color: #FD4519;
}
.AnyTagClassName
{
color: #FD4519;
}
</style>
background-color css
<style>
a { background-color: #FD4519; }
a { background-color: rgb(253,69,25); }
div.DivClassName
{
background-color: #FD4519;
}
.BgClassName
{
background-color: #FD4519;
}
</style>
border-color css
<style>
span { border-color: #FD4519; }
span { border-color: rgb(253,69,25); }
td.TdClassName
{
border-color: #FD4519;
}
.TagClassName
{
border-color: #FD4519;
}
</style>