Shades of Red Orange #FD3F2D
Tints of Red Orange #FD3F2D
RGB
CMYK
RGB Variations
Color information
#FD3F2D (or 0xFD3F2D) is known color: Red Orange. HEX triplet: FD, 3F and 2D. RGB value is (253,63,45). Sum of RGB (Red+Green+Blue) = 253+63+45=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3F2D is #02C0D2. Grayscale: #767676. Windows color (decimal): -180435 or 2965501. OLE color: 2965501.
HSL color Cylindrical-coordinate representation of color #FD3F2D: hue angle of 5.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD3F2D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 45 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.01 |
| HSL | 5.19º | 0.98% | 0.58% | - |
| HSV(B) | 5.19º | 0.82% | 0.99% | - |
| XYZ | 42.76 | 24.63 | 4.98 | - |
| YUV | 117.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 45 | 0 | 0.75 | 0.82 | 0.01 | 5.19 | 0.98 | 0.58 |
| Hex | FD | 3F | 2D | 0 | 4B | 52 | 1 | 5 | 62 | 3A |
| Octal | 375 | 77 | 55 | 0 | 113 | 122 | 1 | 5 | 142 | 72 |
| Binary | 11111101 | 111111 | 101101 | 0 | 1001011 | 1010010 | 1 | 101 | 1100010 | 111010 |
Color Harmonies of #FD3F2D
Complementary color
Monochromatic Colors of #FD3F2D
Black with #FD3F2D
Text Example
Text Example
White with #FD3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3F2D; }
p { color: rgb(253,63,45); }
H1.HeaderClassName
{
color: #FD3F2D;
}
.AnyTagClassName
{
color: #FD3F2D;
}
</style>
background-color css
<style>
a { background-color: #FD3F2D; }
a { background-color: rgb(253,63,45); }
div.DivClassName
{
background-color: #FD3F2D;
}
.BgClassName
{
background-color: #FD3F2D;
}
</style>
border-color css
<style>
span { border-color: #FD3F2D; }
span { border-color: rgb(253,63,45); }
td.TdClassName
{
border-color: #FD3F2D;
}
.TagClassName
{
border-color: #FD3F2D;
}
</style>