Shades of Red Orange #FD3A1B
Tints of Red Orange #FD3A1B
RGB
CMYK
RGB Variations
Color information
#FD3A1B (or 0xFD3A1B) is known color: Red Orange. HEX triplet: FD, 3A and 1B. RGB value is (253,58,27). Sum of RGB (Red+Green+Blue) = 253+58+27=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A1B is #02C5E4. Grayscale: #717171. Windows color (decimal): -181733 or 1784573. OLE color: 1784573.
HSL color Cylindrical-coordinate representation of color #FD3A1B: hue angle of 8.23º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD3A1B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 27 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.01 |
| HSL | 8.23º | 0.98% | 0.55% | - |
| HSV(B) | 8.23º | 0.89% | 0.99% | - |
| XYZ | 42.22 | 23.99 | 3.44 | - |
| YUV | 112.77 | 79.6 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 27 | 0 | 0.77 | 0.89 | 0.01 | 8.23 | 0.98 | 0.55 |
| Hex | FD | 3A | 1B | 0 | 4D | 59 | 1 | 8 | 62 | 37 |
| Octal | 375 | 72 | 33 | 0 | 115 | 131 | 1 | 10 | 142 | 67 |
| Binary | 11111101 | 111010 | 11011 | 0 | 1001101 | 1011001 | 1 | 1000 | 1100010 | 110111 |
Color Harmonies of #FD3A1B
Complementary color
Monochromatic Colors of #FD3A1B
Black with #FD3A1B
Text Example
Text Example
White with #FD3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A1B; }
p { color: rgb(253,58,27); }
H1.HeaderClassName
{
color: #FD3A1B;
}
.AnyTagClassName
{
color: #FD3A1B;
}
</style>
background-color css
<style>
a { background-color: #FD3A1B; }
a { background-color: rgb(253,58,27); }
div.DivClassName
{
background-color: #FD3A1B;
}
.BgClassName
{
background-color: #FD3A1B;
}
</style>
border-color css
<style>
span { border-color: #FD3A1B; }
span { border-color: rgb(253,58,27); }
td.TdClassName
{
border-color: #FD3A1B;
}
.TagClassName
{
border-color: #FD3A1B;
}
</style>