Shades of Red Orange #FE2D26
Tints of Red Orange #FE2D26
RGB
CMYK
RGB Variations
Color information
#FE2D26 (or 0xFE2D26) is known color: Red Orange. HEX triplet: FE, 2D and 26. RGB value is (254,45,38). Sum of RGB (Red+Green+Blue) = 254+45+38=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D26 is #01D2D9. Grayscale: #6A6A6A. Windows color (decimal): -119514 or 2502142. OLE color: 2502142.
HSL color Cylindrical-coordinate representation of color #FE2D26: hue angle of 1.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2D26 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 38 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.00 |
| HSL | 1.94º | 0.99% | 0.57% | - |
| HSV(B) | 1.94º | 0.85% | 1% | - |
| XYZ | 42.16 | 23.09 | 4.07 | - |
| YUV | 106.69 | 89.24 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 38 | 0 | 0.82 | 0.85 | 0.00 | 1.94 | 0.99 | 0.57 |
| Hex | FE | 2D | 26 | 0 | 52 | 55 | 0 | 2 | 63 | 39 |
| Octal | 376 | 55 | 46 | 0 | 122 | 125 | 0 | 2 | 143 | 71 |
| Binary | 11111110 | 101101 | 100110 | 0 | 1010010 | 1010101 | 0 | 10 | 1100011 | 111001 |
Color Harmonies of #FE2D26
Complementary color
Monochromatic Colors of #FE2D26
Black with #FE2D26
Text Example
Text Example
White with #FE2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D26; }
p { color: rgb(254,45,38); }
H1.HeaderClassName
{
color: #FE2D26;
}
.AnyTagClassName
{
color: #FE2D26;
}
</style>
background-color css
<style>
a { background-color: #FE2D26; }
a { background-color: rgb(254,45,38); }
div.DivClassName
{
background-color: #FE2D26;
}
.BgClassName
{
background-color: #FE2D26;
}
</style>
border-color css
<style>
span { border-color: #FE2D26; }
span { border-color: rgb(254,45,38); }
td.TdClassName
{
border-color: #FE2D26;
}
.TagClassName
{
border-color: #FE2D26;
}
</style>