Shades of Red Orange #FD3B2D
Tints of Red Orange #FD3B2D
RGB
CMYK
RGB Variations
Color information
#FD3B2D (or 0xFD3B2D) is known color: Red Orange. HEX triplet: FD, 3B and 2D. RGB value is (253,59,45). Sum of RGB (Red+Green+Blue) = 253+59+45=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3B2D is #02C4D2. Grayscale: #737373. Windows color (decimal): -181459 or 2964477. OLE color: 2964477.
HSL color Cylindrical-coordinate representation of color #FD3B2D: hue angle of 4.04º 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 #FD3B2D is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 59 | 45 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.01 |
| HSL | 4.04º | 0.98% | 0.58% | - |
| HSV(B) | 4.04º | 0.82% | 0.99% | - |
| XYZ | 42.55 | 24.2 | 4.91 | - |
| YUV | 115.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 59 | 45 | 0 | 0.77 | 0.82 | 0.01 | 4.04 | 0.98 | 0.58 |
| Hex | FD | 3B | 2D | 0 | 4D | 52 | 1 | 4 | 62 | 3A |
| Octal | 375 | 73 | 55 | 0 | 115 | 122 | 1 | 4 | 142 | 72 |
| Binary | 11111101 | 111011 | 101101 | 0 | 1001101 | 1010010 | 1 | 100 | 1100010 | 111010 |
Color Harmonies of #FD3B2D
Complementary color
Monochromatic Colors of #FD3B2D
Black with #FD3B2D
Text Example
Text Example
White with #FD3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3B2D; }
p { color: rgb(253,59,45); }
H1.HeaderClassName
{
color: #FD3B2D;
}
.AnyTagClassName
{
color: #FD3B2D;
}
</style>
background-color css
<style>
a { background-color: #FD3B2D; }
a { background-color: rgb(253,59,45); }
div.DivClassName
{
background-color: #FD3B2D;
}
.BgClassName
{
background-color: #FD3B2D;
}
</style>
border-color css
<style>
span { border-color: #FD3B2D; }
span { border-color: rgb(253,59,45); }
td.TdClassName
{
border-color: #FD3B2D;
}
.TagClassName
{
border-color: #FD3B2D;
}
</style>