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