Shades of Red Orange #FD3E1C
Tints of Red Orange #FD3E1C
RGB
CMYK
RGB Variations
Color information
#FD3E1C (or 0xFD3E1C) is known color: Red Orange. HEX triplet: FD, 3E and 1C. RGB value is (253,62,28). Sum of RGB (Red+Green+Blue) = 253+62+28=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E1C is #02C1E3. Grayscale: #737373. Windows color (decimal): -180708 or 1851133. OLE color: 1851133.
HSL color Cylindrical-coordinate representation of color #FD3E1C: hue angle of 9.07º 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 #FD3E1C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 28 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.01 |
| HSL | 9.07º | 0.98% | 0.55% | - |
| HSV(B) | 9.07º | 0.89% | 0.99% | - |
| XYZ | 42.44 | 24.41 | 3.57 | - |
| YUV | 115.23 | 78.78 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 28 | 0 | 0.75 | 0.89 | 0.01 | 9.07 | 0.98 | 0.55 |
| Hex | FD | 3E | 1C | 0 | 4B | 59 | 1 | 9 | 62 | 37 |
| Octal | 375 | 76 | 34 | 0 | 113 | 131 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 111110 | 11100 | 0 | 1001011 | 1011001 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD3E1C
Complementary color
Monochromatic Colors of #FD3E1C
Black with #FD3E1C
Text Example
Text Example
White with #FD3E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E1C; }
p { color: rgb(253,62,28); }
H1.HeaderClassName
{
color: #FD3E1C;
}
.AnyTagClassName
{
color: #FD3E1C;
}
</style>
background-color css
<style>
a { background-color: #FD3E1C; }
a { background-color: rgb(253,62,28); }
div.DivClassName
{
background-color: #FD3E1C;
}
.BgClassName
{
background-color: #FD3E1C;
}
</style>
border-color css
<style>
span { border-color: #FD3E1C; }
span { border-color: rgb(253,62,28); }
td.TdClassName
{
border-color: #FD3E1C;
}
.TagClassName
{
border-color: #FD3E1C;
}
</style>