Shades of Red Orange #FD3D2D
Tints of Red Orange #FD3D2D
RGB
CMYK
RGB Variations
Color information
#FD3D2D (or 0xFD3D2D) is known color: Red Orange. HEX triplet: FD, 3D and 2D. RGB value is (253,61,45). Sum of RGB (Red+Green+Blue) = 253+61+45=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3D2D is #02C2D2. Grayscale: #747474. Windows color (decimal): -180947 or 2964989. OLE color: 2964989.
HSL color Cylindrical-coordinate representation of color #FD3D2D: hue angle of 4.62º 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 #FD3D2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 61 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.01 |
| HSL | 4.62º | 0.98% | 0.58% | - |
| HSV(B) | 4.62º | 0.82% | 0.99% | - |
| XYZ | 42.65 | 24.41 | 4.95 | - |
| YUV | 116.58 | 87.61 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 61 | 45 | 0 | 0.76 | 0.82 | 0.01 | 4.62 | 0.98 | 0.58 |
| Hex | FD | 3D | 2D | 0 | 4C | 52 | 1 | 5 | 62 | 3A |
| Octal | 375 | 75 | 55 | 0 | 114 | 122 | 1 | 5 | 142 | 72 |
| Binary | 11111101 | 111101 | 101101 | 0 | 1001100 | 1010010 | 1 | 101 | 1100010 | 111010 |
Color Harmonies of #FD3D2D
Complementary color
Monochromatic Colors of #FD3D2D
Black with #FD3D2D
Text Example
Text Example
White with #FD3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3D2D; }
p { color: rgb(253,61,45); }
H1.HeaderClassName
{
color: #FD3D2D;
}
.AnyTagClassName
{
color: #FD3D2D;
}
</style>
background-color css
<style>
a { background-color: #FD3D2D; }
a { background-color: rgb(253,61,45); }
div.DivClassName
{
background-color: #FD3D2D;
}
.BgClassName
{
background-color: #FD3D2D;
}
</style>
border-color css
<style>
span { border-color: #FD3D2D; }
span { border-color: rgb(253,61,45); }
td.TdClassName
{
border-color: #FD3D2D;
}
.TagClassName
{
border-color: #FD3D2D;
}
</style>