Shades of Orange Red #FD3700
Tints of Orange Red #FD3700
RGB
CMYK
RGB Variations
Color information
#FD3700 (or 0xFD3700) is known color: Orange Red. HEX triplet: FD, 37 and 00. RGB value is (253,55,0). Sum of RGB (Red+Green+Blue) = 253+55+0=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3700 is #02C8FF. Grayscale: #6C6C6C. Windows color (decimal): -182528 or 14333. OLE color: 14333.
HSL color Cylindrical-coordinate representation of color #FD3700: hue angle of 13.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD3700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.01 |
| HSL | 13.04º | 1% | 0.5% | - |
| HSV(B) | 13.04º | 1% | 0.99% | - |
| XYZ | 41.87 | 23.62 | 2.35 | - |
| YUV | 107.93 | 67.1 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 0 | 0 | 0.78 | 1 | 0.01 | 13.04 | 1 | 0.5 |
| Hex | FD | 37 | 0 | 0 | 4E | 64 | 1 | D | 64 | 32 |
| Octal | 375 | 67 | 0 | 0 | 116 | 144 | 1 | 15 | 144 | 62 |
| Binary | 11111101 | 110111 | 0 | 0 | 1001110 | 1100100 | 1 | 1101 | 1100100 | 110010 |
Color Harmonies of #FD3700
Complementary color
Monochromatic Colors of #FD3700
Black with #FD3700
Text Example
Text Example
White with #FD3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3700; }
p { color: rgb(253,55,0); }
H1.HeaderClassName
{
color: #FD3700;
}
.AnyTagClassName
{
color: #FD3700;
}
</style>
background-color css
<style>
a { background-color: #FD3700; }
a { background-color: rgb(253,55,0); }
div.DivClassName
{
background-color: #FD3700;
}
.BgClassName
{
background-color: #FD3700;
}
</style>
border-color css
<style>
span { border-color: #FD3700; }
span { border-color: rgb(253,55,0); }
td.TdClassName
{
border-color: #FD3700;
}
.TagClassName
{
border-color: #FD3700;
}
</style>