Shades of Red Orange #FE3D2D
Tints of Red Orange #FE3D2D
RGB
CMYK
RGB Variations
Color information
#FE3D2D (or 0xFE3D2D) is known color: Red Orange. HEX triplet: FE, 3D and 2D. RGB value is (254,61,45). Sum of RGB (Red+Green+Blue) = 254+61+45=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3D2D is #01C2D2. Grayscale: #757575. Windows color (decimal): -115411 or 2964990. OLE color: 2964990.
HSL color Cylindrical-coordinate representation of color #FE3D2D: hue angle of 4.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE3D2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.00 |
| HSL | 4.59º | 0.99% | 0.59% | - |
| HSV(B) | 4.59º | 0.82% | 1% | - |
| XYZ | 43.02 | 24.6 | 4.96 | - |
| YUV | 116.88 | 87.44 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 45 | 0 | 0.76 | 0.82 | 0.00 | 4.59 | 0.99 | 0.59 |
| Hex | FE | 3D | 2D | 0 | 4C | 52 | 0 | 5 | 63 | 3B |
| Octal | 376 | 75 | 55 | 0 | 114 | 122 | 0 | 5 | 143 | 73 |
| Binary | 11111110 | 111101 | 101101 | 0 | 1001100 | 1010010 | 0 | 101 | 1100011 | 111011 |
Color Harmonies of #FE3D2D
Complementary color
Monochromatic Colors of #FE3D2D
Black with #FE3D2D
Text Example
Text Example
White with #FE3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D2D; }
p { color: rgb(254,61,45); }
H1.HeaderClassName
{
color: #FE3D2D;
}
.AnyTagClassName
{
color: #FE3D2D;
}
</style>
background-color css
<style>
a { background-color: #FE3D2D; }
a { background-color: rgb(254,61,45); }
div.DivClassName
{
background-color: #FE3D2D;
}
.BgClassName
{
background-color: #FE3D2D;
}
</style>
border-color css
<style>
span { border-color: #FE3D2D; }
span { border-color: rgb(254,61,45); }
td.TdClassName
{
border-color: #FE3D2D;
}
.TagClassName
{
border-color: #FE3D2D;
}
</style>