Shades of Red Orange #FE2B24
Tints of Red Orange #FE2B24
RGB
CMYK
RGB Variations
Color information
#FE2B24 (or 0xFE2B24) is known color: Red Orange. HEX triplet: FE, 2B and 24. RGB value is (254,43,36). Sum of RGB (Red+Green+Blue) = 254+43+36=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B24 is #01D4DB. Grayscale: #696969. Windows color (decimal): -120028 or 2370558. OLE color: 2370558.
HSL color Cylindrical-coordinate representation of color #FE2B24: hue angle of 1.93º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2B24 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 36 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.00 |
| HSL | 1.93º | 0.99% | 0.57% | - |
| HSV(B) | 1.93º | 0.86% | 1% | - |
| XYZ | 42.06 | 22.93 | 3.88 | - |
| YUV | 105.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 36 | 0 | 0.83 | 0.86 | 0.00 | 1.93 | 0.99 | 0.57 |
| Hex | FE | 2B | 24 | 0 | 53 | 56 | 0 | 2 | 63 | 39 |
| Octal | 376 | 53 | 44 | 0 | 123 | 126 | 0 | 2 | 143 | 71 |
| Binary | 11111110 | 101011 | 100100 | 0 | 1010011 | 1010110 | 0 | 10 | 1100011 | 111001 |
Color Harmonies of #FE2B24
Complementary color
Monochromatic Colors of #FE2B24
Black with #FE2B24
Text Example
Text Example
White with #FE2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B24; }
p { color: rgb(254,43,36); }
H1.HeaderClassName
{
color: #FE2B24;
}
.AnyTagClassName
{
color: #FE2B24;
}
</style>
background-color css
<style>
a { background-color: #FE2B24; }
a { background-color: rgb(254,43,36); }
div.DivClassName
{
background-color: #FE2B24;
}
.BgClassName
{
background-color: #FE2B24;
}
</style>
border-color css
<style>
span { border-color: #FE2B24; }
span { border-color: rgb(254,43,36); }
td.TdClassName
{
border-color: #FE2B24;
}
.TagClassName
{
border-color: #FE2B24;
}
</style>