Shades of Red Orange #FD3A1A
Tints of Red Orange #FD3A1A
RGB
CMYK
RGB Variations
Color information
#FD3A1A (or 0xFD3A1A) is known color: Red Orange. HEX triplet: FD, 3A and 1A. RGB value is (253,58,26). Sum of RGB (Red+Green+Blue) = 253+58+26=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A1A is #02C5E5. Grayscale: #707070. Windows color (decimal): -181734 or 1719037. OLE color: 1719037.
HSL color Cylindrical-coordinate representation of color #FD3A1A: hue angle of 8.46º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD3A1A is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 26 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.01 |
| HSL | 8.46º | 0.98% | 0.55% | - |
| HSV(B) | 8.46º | 0.9% | 0.99% | - |
| XYZ | 42.21 | 23.98 | 3.38 | - |
| YUV | 112.66 | 79.1 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 26 | 0 | 0.77 | 0.90 | 0.01 | 8.46 | 0.98 | 0.55 |
| Hex | FD | 3A | 1A | 0 | 4D | 5A | 1 | 8 | 62 | 37 |
| Octal | 375 | 72 | 32 | 0 | 115 | 132 | 1 | 10 | 142 | 67 |
| Binary | 11111101 | 111010 | 11010 | 0 | 1001101 | 1011010 | 1 | 1000 | 1100010 | 110111 |
Color Harmonies of #FD3A1A
Complementary color
Monochromatic Colors of #FD3A1A
Black with #FD3A1A
Text Example
Text Example
White with #FD3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A1A; }
p { color: rgb(253,58,26); }
H1.HeaderClassName
{
color: #FD3A1A;
}
.AnyTagClassName
{
color: #FD3A1A;
}
</style>
background-color css
<style>
a { background-color: #FD3A1A; }
a { background-color: rgb(253,58,26); }
div.DivClassName
{
background-color: #FD3A1A;
}
.BgClassName
{
background-color: #FD3A1A;
}
</style>
border-color css
<style>
span { border-color: #FD3A1A; }
span { border-color: rgb(253,58,26); }
td.TdClassName
{
border-color: #FD3A1A;
}
.TagClassName
{
border-color: #FD3A1A;
}
</style>