Shades of Red Orange #FD3A19
Tints of Red Orange #FD3A19
RGB
CMYK
RGB Variations
Color information
#FD3A19 (or 0xFD3A19) is known color: Red Orange. HEX triplet: FD, 3A and 19. RGB value is (253,58,25). Sum of RGB (Red+Green+Blue) = 253+58+25=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A19 is #02C5E6. Grayscale: #707070. Windows color (decimal): -181735 or 1653501. OLE color: 1653501.
HSL color Cylindrical-coordinate representation of color #FD3A19: hue angle of 8.68º 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 #FD3A19 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 25 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.01 |
| HSL | 8.68º | 0.98% | 0.55% | - |
| HSV(B) | 8.68º | 0.9% | 0.99% | - |
| XYZ | 42.2 | 23.98 | 3.32 | - |
| YUV | 112.54 | 78.6 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 25 | 0 | 0.77 | 0.90 | 0.01 | 8.68 | 0.98 | 0.55 |
| Hex | FD | 3A | 19 | 0 | 4D | 5A | 1 | 9 | 62 | 37 |
| Octal | 375 | 72 | 31 | 0 | 115 | 132 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 111010 | 11001 | 0 | 1001101 | 1011010 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD3A19
Complementary color
Monochromatic Colors of #FD3A19
Black with #FD3A19
Text Example
Text Example
White with #FD3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A19; }
p { color: rgb(253,58,25); }
H1.HeaderClassName
{
color: #FD3A19;
}
.AnyTagClassName
{
color: #FD3A19;
}
</style>
background-color css
<style>
a { background-color: #FD3A19; }
a { background-color: rgb(253,58,25); }
div.DivClassName
{
background-color: #FD3A19;
}
.BgClassName
{
background-color: #FD3A19;
}
</style>
border-color css
<style>
span { border-color: #FD3A19; }
span { border-color: rgb(253,58,25); }
td.TdClassName
{
border-color: #FD3A19;
}
.TagClassName
{
border-color: #FD3A19;
}
</style>