Shades of Red Orange #FD3A2C
Tints of Red Orange #FD3A2C
RGB
CMYK
RGB Variations
Color information
#FD3A2C (or 0xFD3A2C) is known color: Red Orange. HEX triplet: FD, 3A and 2C. RGB value is (253,58,44). Sum of RGB (Red+Green+Blue) = 253+58+44=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A2C is #02C5D3. Grayscale: #727272. Windows color (decimal): -181716 or 2898685. OLE color: 2898685.
HSL color Cylindrical-coordinate representation of color #FD3A2C: hue angle of 4.02º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD3A2C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 44 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.01 |
| HSL | 4.02º | 0.98% | 0.58% | - |
| HSV(B) | 4.02º | 0.83% | 0.99% | - |
| XYZ | 42.48 | 24.09 | 4.79 | - |
| YUV | 114.71 | 88.1 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 44 | 0 | 0.77 | 0.83 | 0.01 | 4.02 | 0.98 | 0.58 |
| Hex | FD | 3A | 2C | 0 | 4D | 53 | 1 | 4 | 62 | 3A |
| Octal | 375 | 72 | 54 | 0 | 115 | 123 | 1 | 4 | 142 | 72 |
| Binary | 11111101 | 111010 | 101100 | 0 | 1001101 | 1010011 | 1 | 100 | 1100010 | 111010 |
Color Harmonies of #FD3A2C
Complementary color
Monochromatic Colors of #FD3A2C
Black with #FD3A2C
Text Example
Text Example
White with #FD3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A2C; }
p { color: rgb(253,58,44); }
H1.HeaderClassName
{
color: #FD3A2C;
}
.AnyTagClassName
{
color: #FD3A2C;
}
</style>
background-color css
<style>
a { background-color: #FD3A2C; }
a { background-color: rgb(253,58,44); }
div.DivClassName
{
background-color: #FD3A2C;
}
.BgClassName
{
background-color: #FD3A2C;
}
</style>
border-color css
<style>
span { border-color: #FD3A2C; }
span { border-color: rgb(253,58,44); }
td.TdClassName
{
border-color: #FD3A2C;
}
.TagClassName
{
border-color: #FD3A2C;
}
</style>