Shades of Red Orange #FD372D
Tints of Red Orange #FD372D
RGB
CMYK
RGB Variations
Color information
#FD372D (or 0xFD372D) is known color: Red Orange. HEX triplet: FD, 37 and 2D. RGB value is (253,55,45). Sum of RGB (Red+Green+Blue) = 253+55+45=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD372D is #02C8D2. Grayscale: #717171. Windows color (decimal): -182483 or 2963453. OLE color: 2963453.
HSL color Cylindrical-coordinate representation of color #FD372D: hue angle of 2.88º 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 #FD372D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 45 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.01 |
| HSL | 2.88º | 0.98% | 0.58% | - |
| HSV(B) | 2.88º | 0.82% | 0.99% | - |
| XYZ | 42.35 | 23.8 | 4.85 | - |
| YUV | 113.06 | 89.6 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 45 | 0 | 0.78 | 0.82 | 0.01 | 2.88 | 0.98 | 0.58 |
| Hex | FD | 37 | 2D | 0 | 4E | 52 | 1 | 3 | 62 | 3A |
| Octal | 375 | 67 | 55 | 0 | 116 | 122 | 1 | 3 | 142 | 72 |
| Binary | 11111101 | 110111 | 101101 | 0 | 1001110 | 1010010 | 1 | 11 | 1100010 | 111010 |
Color Harmonies of #FD372D
Complementary color
Monochromatic Colors of #FD372D
Black with #FD372D
Text Example
Text Example
White with #FD372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD372D; }
p { color: rgb(253,55,45); }
H1.HeaderClassName
{
color: #FD372D;
}
.AnyTagClassName
{
color: #FD372D;
}
</style>
background-color css
<style>
a { background-color: #FD372D; }
a { background-color: rgb(253,55,45); }
div.DivClassName
{
background-color: #FD372D;
}
.BgClassName
{
background-color: #FD372D;
}
</style>
border-color css
<style>
span { border-color: #FD372D; }
span { border-color: rgb(253,55,45); }
td.TdClassName
{
border-color: #FD372D;
}
.TagClassName
{
border-color: #FD372D;
}
</style>