Shades of Red Orange #FD2D25
Tints of Red Orange #FD2D25
RGB
CMYK
RGB Variations
Color information
#FD2D25 (or 0xFD2D25) is known color: Red Orange. HEX triplet: FD, 2D and 25. RGB value is (253,45,37). Sum of RGB (Red+Green+Blue) = 253+45+37=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D25 is #02D2DA. Grayscale: #6A6A6A. Windows color (decimal): -185051 or 2436605. OLE color: 2436605.
HSL color Cylindrical-coordinate representation of color #FD2D25: hue angle of 2.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2D25 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 37 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.01 |
| HSL | 2.22º | 0.98% | 0.57% | - |
| HSV(B) | 2.22º | 0.85% | 0.99% | - |
| XYZ | 41.78 | 22.89 | 3.97 | - |
| YUV | 106.28 | 88.91 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 37 | 0 | 0.82 | 0.85 | 0.01 | 2.22 | 0.98 | 0.57 |
| Hex | FD | 2D | 25 | 0 | 52 | 55 | 1 | 2 | 62 | 39 |
| Octal | 375 | 55 | 45 | 0 | 122 | 125 | 1 | 2 | 142 | 71 |
| Binary | 11111101 | 101101 | 100101 | 0 | 1010010 | 1010101 | 1 | 10 | 1100010 | 111001 |
Color Harmonies of #FD2D25
Complementary color
Monochromatic Colors of #FD2D25
Black with #FD2D25
Text Example
Text Example
White with #FD2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D25; }
p { color: rgb(253,45,37); }
H1.HeaderClassName
{
color: #FD2D25;
}
.AnyTagClassName
{
color: #FD2D25;
}
</style>
background-color css
<style>
a { background-color: #FD2D25; }
a { background-color: rgb(253,45,37); }
div.DivClassName
{
background-color: #FD2D25;
}
.BgClassName
{
background-color: #FD2D25;
}
</style>
border-color css
<style>
span { border-color: #FD2D25; }
span { border-color: rgb(253,45,37); }
td.TdClassName
{
border-color: #FD2D25;
}
.TagClassName
{
border-color: #FD2D25;
}
</style>