Shades of Red Orange #FD2D1D
Tints of Red Orange #FD2D1D
RGB
CMYK
RGB Variations
Color information
#FD2D1D (or 0xFD2D1D) is known color: Red Orange. HEX triplet: FD, 2D and 1D. RGB value is (253,45,29). Sum of RGB (Red+Green+Blue) = 253+45+29=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D1D is #02D2E2. Grayscale: #696969. Windows color (decimal): -185059 or 1912317. OLE color: 1912317.
HSL color Cylindrical-coordinate representation of color #FD2D1D: hue angle of 4.29º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD2D1D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 29 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.01 |
| HSL | 4.29º | 0.98% | 0.55% | - |
| HSV(B) | 4.29º | 0.89% | 0.99% | - |
| XYZ | 41.67 | 22.85 | 3.38 | - |
| YUV | 105.37 | 84.91 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 29 | 0 | 0.82 | 0.89 | 0.01 | 4.29 | 0.98 | 0.55 |
| Hex | FD | 2D | 1D | 0 | 52 | 59 | 1 | 4 | 62 | 37 |
| Octal | 375 | 55 | 35 | 0 | 122 | 131 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101101 | 11101 | 0 | 1010010 | 1011001 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD2D1D
Complementary color
Monochromatic Colors of #FD2D1D
Black with #FD2D1D
Text Example
Text Example
White with #FD2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D1D; }
p { color: rgb(253,45,29); }
H1.HeaderClassName
{
color: #FD2D1D;
}
.AnyTagClassName
{
color: #FD2D1D;
}
</style>
background-color css
<style>
a { background-color: #FD2D1D; }
a { background-color: rgb(253,45,29); }
div.DivClassName
{
background-color: #FD2D1D;
}
.BgClassName
{
background-color: #FD2D1D;
}
</style>
border-color css
<style>
span { border-color: #FD2D1D; }
span { border-color: rgb(253,45,29); }
td.TdClassName
{
border-color: #FD2D1D;
}
.TagClassName
{
border-color: #FD2D1D;
}
</style>