Shades of Red Orange #FD3C1A
Tints of Red Orange #FD3C1A
RGB
CMYK
RGB Variations
Color information
#FD3C1A (or 0xFD3C1A) is known color: Red Orange. HEX triplet: FD, 3C and 1A. RGB value is (253,60,26). Sum of RGB (Red+Green+Blue) = 253+60+26=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C1A is #02C3E5. Grayscale: #727272. Windows color (decimal): -181222 or 1719549. OLE color: 1719549.
HSL color Cylindrical-coordinate representation of color #FD3C1A: hue angle of 8.99º 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 #FD3C1A is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 26 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.01 |
| HSL | 8.99º | 0.98% | 0.55% | - |
| HSV(B) | 8.99º | 0.9% | 0.99% | - |
| XYZ | 42.31 | 24.19 | 3.42 | - |
| YUV | 113.83 | 78.44 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 26 | 0 | 0.76 | 0.90 | 0.01 | 8.99 | 0.98 | 0.55 |
| Hex | FD | 3C | 1A | 0 | 4C | 5A | 1 | 9 | 62 | 37 |
| Octal | 375 | 74 | 32 | 0 | 114 | 132 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 111100 | 11010 | 0 | 1001100 | 1011010 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD3C1A
Complementary color
Monochromatic Colors of #FD3C1A
Black with #FD3C1A
Text Example
Text Example
White with #FD3C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C1A; }
p { color: rgb(253,60,26); }
H1.HeaderClassName
{
color: #FD3C1A;
}
.AnyTagClassName
{
color: #FD3C1A;
}
</style>
background-color css
<style>
a { background-color: #FD3C1A; }
a { background-color: rgb(253,60,26); }
div.DivClassName
{
background-color: #FD3C1A;
}
.BgClassName
{
background-color: #FD3C1A;
}
</style>
border-color css
<style>
span { border-color: #FD3C1A; }
span { border-color: rgb(253,60,26); }
td.TdClassName
{
border-color: #FD3C1A;
}
.TagClassName
{
border-color: #FD3C1A;
}
</style>