Shades of Red Orange #FD3C1C
Tints of Red Orange #FD3C1C
RGB
CMYK
RGB Variations
Color information
#FD3C1C (or 0xFD3C1C) is known color: Red Orange. HEX triplet: FD, 3C and 1C. RGB value is (253,60,28). Sum of RGB (Red+Green+Blue) = 253+60+28=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C1C is #02C3E3. Grayscale: #727272. Windows color (decimal): -181220 or 1850621. OLE color: 1850621.
HSL color Cylindrical-coordinate representation of color #FD3C1C: hue angle of 8.53º 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 #FD3C1C is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 28 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.01 |
| HSL | 8.53º | 0.98% | 0.55% | - |
| HSV(B) | 8.53º | 0.89% | 0.99% | - |
| XYZ | 42.33 | 24.2 | 3.54 | - |
| YUV | 114.06 | 79.44 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 28 | 0 | 0.76 | 0.89 | 0.01 | 8.53 | 0.98 | 0.55 |
| Hex | FD | 3C | 1C | 0 | 4C | 59 | 1 | 9 | 62 | 37 |
| Octal | 375 | 74 | 34 | 0 | 114 | 131 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 111100 | 11100 | 0 | 1001100 | 1011001 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD3C1C
Complementary color
Monochromatic Colors of #FD3C1C
Black with #FD3C1C
Text Example
Text Example
White with #FD3C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C1C; }
p { color: rgb(253,60,28); }
H1.HeaderClassName
{
color: #FD3C1C;
}
.AnyTagClassName
{
color: #FD3C1C;
}
</style>
background-color css
<style>
a { background-color: #FD3C1C; }
a { background-color: rgb(253,60,28); }
div.DivClassName
{
background-color: #FD3C1C;
}
.BgClassName
{
background-color: #FD3C1C;
}
</style>
border-color css
<style>
span { border-color: #FD3C1C; }
span { border-color: rgb(253,60,28); }
td.TdClassName
{
border-color: #FD3C1C;
}
.TagClassName
{
border-color: #FD3C1C;
}
</style>