Shades of Red Orange #FE412D
Tints of Red Orange #FE412D
RGB
CMYK
RGB Variations
Color information
#FE412D (or 0xFE412D) is known color: Red Orange. HEX triplet: FE, 41 and 2D. RGB value is (254,65,45). Sum of RGB (Red+Green+Blue) = 254+65+45=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE412D is #01BED2. Grayscale: #777777. Windows color (decimal): -114387 or 2966014. OLE color: 2966014.
HSL color Cylindrical-coordinate representation of color #FE412D: hue angle of 5.74º 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 #FE412D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 45 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.00 |
| HSL | 5.74º | 0.99% | 0.59% | - |
| HSV(B) | 5.74º | 0.82% | 1% | - |
| XYZ | 43.24 | 25.04 | 5.04 | - |
| YUV | 119.23 | 86.12 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 45 | 0 | 0.74 | 0.82 | 0.00 | 5.74 | 0.99 | 0.59 |
| Hex | FE | 41 | 2D | 0 | 4A | 52 | 0 | 6 | 63 | 3B |
| Octal | 376 | 101 | 55 | 0 | 112 | 122 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000001 | 101101 | 0 | 1001010 | 1010010 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE412D
Complementary color
Monochromatic Colors of #FE412D
Black with #FE412D
Text Example
Text Example
White with #FE412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE412D; }
p { color: rgb(254,65,45); }
H1.HeaderClassName
{
color: #FE412D;
}
.AnyTagClassName
{
color: #FE412D;
}
</style>
background-color css
<style>
a { background-color: #FE412D; }
a { background-color: rgb(254,65,45); }
div.DivClassName
{
background-color: #FE412D;
}
.BgClassName
{
background-color: #FE412D;
}
</style>
border-color css
<style>
span { border-color: #FE412D; }
span { border-color: rgb(254,65,45); }
td.TdClassName
{
border-color: #FE412D;
}
.TagClassName
{
border-color: #FE412D;
}
</style>