Shades of Red Orange #FD3130
Tints of Red Orange #FD3130
RGB
CMYK
RGB Variations
Color information
#FD3130 (or 0xFD3130) is known color: Red Orange. HEX triplet: FD, 31 and 30. RGB value is (253,49,48). Sum of RGB (Red+Green+Blue) = 253+49+48=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3130 is #02CECF. Grayscale: #6E6E6E. Windows color (decimal): -184016 or 3158525. OLE color: 3158525.
HSL color Cylindrical-coordinate representation of color #FD3130: hue angle of 0.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD3130 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 48 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.01 |
| HSL | 0.29º | 0.98% | 0.59% | - |
| HSV(B) | 0.29º | 0.81% | 0.99% | - |
| XYZ | 42.14 | 23.29 | 5.07 | - |
| YUV | 109.88 | 93.09 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 48 | 0 | 0.81 | 0.81 | 0.01 | 0.29 | 0.98 | 0.59 |
| Hex | FD | 31 | 30 | 0 | 51 | 51 | 1 | 0 | 62 | 3B |
| Octal | 375 | 61 | 60 | 0 | 121 | 121 | 1 | 0 | 142 | 73 |
| Binary | 11111101 | 110001 | 110000 | 0 | 1010001 | 1010001 | 1 | 0 | 1100010 | 111011 |
Color Harmonies of #FD3130
Complementary color
Monochromatic Colors of #FD3130
Black with #FD3130
Text Example
Text Example
White with #FD3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3130; }
p { color: rgb(253,49,48); }
H1.HeaderClassName
{
color: #FD3130;
}
.AnyTagClassName
{
color: #FD3130;
}
</style>
background-color css
<style>
a { background-color: #FD3130; }
a { background-color: rgb(253,49,48); }
div.DivClassName
{
background-color: #FD3130;
}
.BgClassName
{
background-color: #FD3130;
}
</style>
border-color css
<style>
span { border-color: #FD3130; }
span { border-color: rgb(253,49,48); }
td.TdClassName
{
border-color: #FD3130;
}
.TagClassName
{
border-color: #FD3130;
}
</style>