Shades of Red Orange #FE2726
Tints of Red Orange #FE2726
RGB
CMYK
RGB Variations
Color information
#FE2726 (or 0xFE2726) is known color: Red Orange. HEX triplet: FE, 27 and 26. RGB value is (254,39,38). Sum of RGB (Red+Green+Blue) = 254+39+38=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2726 is #01D8D9. Grayscale: #676767. Windows color (decimal): -121050 or 2500606. OLE color: 2500606.
HSL color Cylindrical-coordinate representation of color #FE2726: hue angle of 0.28º 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 #FE2726 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 38 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.00 |
| HSL | 0.28º | 0.99% | 0.57% | - |
| HSV(B) | 0.28º | 0.85% | 1% | - |
| XYZ | 41.95 | 22.66 | 4 | - |
| YUV | 103.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 38 | 0 | 0.85 | 0.85 | 0.00 | 0.28 | 0.99 | 0.57 |
| Hex | FE | 27 | 26 | 0 | 55 | 55 | 0 | 0 | 63 | 39 |
| Octal | 376 | 47 | 46 | 0 | 125 | 125 | 0 | 0 | 143 | 71 |
| Binary | 11111110 | 100111 | 100110 | 0 | 1010101 | 1010101 | 0 | 0 | 1100011 | 111001 |
Color Harmonies of #FE2726
Complementary color
Monochromatic Colors of #FE2726
Black with #FE2726
Text Example
Text Example
White with #FE2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2726; }
p { color: rgb(254,39,38); }
H1.HeaderClassName
{
color: #FE2726;
}
.AnyTagClassName
{
color: #FE2726;
}
</style>
background-color css
<style>
a { background-color: #FE2726; }
a { background-color: rgb(254,39,38); }
div.DivClassName
{
background-color: #FE2726;
}
.BgClassName
{
background-color: #FE2726;
}
</style>
border-color css
<style>
span { border-color: #FE2726; }
span { border-color: rgb(254,39,38); }
td.TdClassName
{
border-color: #FE2726;
}
.TagClassName
{
border-color: #FE2726;
}
</style>