Shades of Orange Red #FD4413
Tints of Orange Red #FD4413
RGB
CMYK
RGB Variations
Color information
#FD4413 (or 0xFD4413) is known color: Orange Red. HEX triplet: FD, 44 and 13. RGB value is (253,68,19). Sum of RGB (Red+Green+Blue) = 253+68+19=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4413 is #02BBEC. Grayscale: #767676. Windows color (decimal): -179181 or 1262845. OLE color: 1262845.
HSL color Cylindrical-coordinate representation of color #FD4413: hue angle of 12.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD4413 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.01 |
| HSL | 12.56º | 0.98% | 0.53% | - |
| HSV(B) | 12.56º | 0.92% | 0.99% | - |
| XYZ | 42.69 | 25.06 | 3.2 | - |
| YUV | 117.73 | 72.29 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 19 | 0 | 0.73 | 0.92 | 0.01 | 12.56 | 0.98 | 0.53 |
| Hex | FD | 44 | 13 | 0 | 49 | 5C | 1 | D | 62 | 35 |
| Octal | 375 | 104 | 23 | 0 | 111 | 134 | 1 | 15 | 142 | 65 |
| Binary | 11111101 | 1000100 | 10011 | 0 | 1001001 | 1011100 | 1 | 1101 | 1100010 | 110101 |
Color Harmonies of #FD4413
Complementary color
Monochromatic Colors of #FD4413
Black with #FD4413
Text Example
Text Example
White with #FD4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4413; }
p { color: rgb(253,68,19); }
H1.HeaderClassName
{
color: #FD4413;
}
.AnyTagClassName
{
color: #FD4413;
}
</style>
background-color css
<style>
a { background-color: #FD4413; }
a { background-color: rgb(253,68,19); }
div.DivClassName
{
background-color: #FD4413;
}
.BgClassName
{
background-color: #FD4413;
}
</style>
border-color css
<style>
span { border-color: #FD4413; }
span { border-color: rgb(253,68,19); }
td.TdClassName
{
border-color: #FD4413;
}
.TagClassName
{
border-color: #FD4413;
}
</style>