Shades of Red Orange #FE3D1D
Tints of Red Orange #FE3D1D
RGB
CMYK
RGB Variations
Color information
#FE3D1D (or 0xFE3D1D) is known color: Red Orange. HEX triplet: FE, 3D and 1D. RGB value is (254,61,29). Sum of RGB (Red+Green+Blue) = 254+61+29=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3D1D is #01C2E2. Grayscale: #737373. Windows color (decimal): -115427 or 1916414. OLE color: 1916414.
HSL color Cylindrical-coordinate representation of color #FE3D1D: hue angle of 8.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE3D1D is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 29 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.00 |
| HSL | 8.53º | 0.99% | 0.55% | - |
| HSV(B) | 8.53º | 0.89% | 1% | - |
| XYZ | 42.76 | 24.5 | 3.64 | - |
| YUV | 115.06 | 79.44 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 29 | 0 | 0.76 | 0.89 | 0.00 | 8.53 | 0.99 | 0.55 |
| Hex | FE | 3D | 1D | 0 | 4C | 59 | 0 | 9 | 63 | 37 |
| Octal | 376 | 75 | 35 | 0 | 114 | 131 | 0 | 11 | 143 | 67 |
| Binary | 11111110 | 111101 | 11101 | 0 | 1001100 | 1011001 | 0 | 1001 | 1100011 | 110111 |
Color Harmonies of #FE3D1D
Complementary color
Monochromatic Colors of #FE3D1D
Black with #FE3D1D
Text Example
Text Example
White with #FE3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D1D; }
p { color: rgb(254,61,29); }
H1.HeaderClassName
{
color: #FE3D1D;
}
.AnyTagClassName
{
color: #FE3D1D;
}
</style>
background-color css
<style>
a { background-color: #FE3D1D; }
a { background-color: rgb(254,61,29); }
div.DivClassName
{
background-color: #FE3D1D;
}
.BgClassName
{
background-color: #FE3D1D;
}
</style>
border-color css
<style>
span { border-color: #FE3D1D; }
span { border-color: rgb(254,61,29); }
td.TdClassName
{
border-color: #FE3D1D;
}
.TagClassName
{
border-color: #FE3D1D;
}
</style>