Shades of Red Orange #FD2725
Tints of Red Orange #FD2725
RGB
CMYK
RGB Variations
Color information
#FD2725 (or 0xFD2725) is known color: Red Orange. HEX triplet: FD, 27 and 25. RGB value is (253,39,37). Sum of RGB (Red+Green+Blue) = 253+39+37=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2725 is #02D8DA. Grayscale: #666666. Windows color (decimal): -186587 or 2435069. OLE color: 2435069.
HSL color Cylindrical-coordinate representation of color #FD2725: hue angle of 0.56º 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 #FD2725 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 37 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.01 |
| HSL | 0.56º | 0.98% | 0.57% | - |
| HSV(B) | 0.56º | 0.85% | 0.99% | - |
| XYZ | 41.57 | 22.47 | 3.9 | - |
| YUV | 102.76 | 90.9 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 37 | 0 | 0.85 | 0.85 | 0.01 | 0.56 | 0.98 | 0.57 |
| Hex | FD | 27 | 25 | 0 | 55 | 55 | 1 | 1 | 62 | 39 |
| Octal | 375 | 47 | 45 | 0 | 125 | 125 | 1 | 1 | 142 | 71 |
| Binary | 11111101 | 100111 | 100101 | 0 | 1010101 | 1010101 | 1 | 1 | 1100010 | 111001 |
Color Harmonies of #FD2725
Complementary color
Monochromatic Colors of #FD2725
Black with #FD2725
Text Example
Text Example
White with #FD2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2725; }
p { color: rgb(253,39,37); }
H1.HeaderClassName
{
color: #FD2725;
}
.AnyTagClassName
{
color: #FD2725;
}
</style>
background-color css
<style>
a { background-color: #FD2725; }
a { background-color: rgb(253,39,37); }
div.DivClassName
{
background-color: #FD2725;
}
.BgClassName
{
background-color: #FD2725;
}
</style>
border-color css
<style>
span { border-color: #FD2725; }
span { border-color: rgb(253,39,37); }
td.TdClassName
{
border-color: #FD2725;
}
.TagClassName
{
border-color: #FD2725;
}
</style>