Shades of Red Orange #FE2D22
Tints of Red Orange #FE2D22
RGB
CMYK
RGB Variations
Color information
#FE2D22 (or 0xFE2D22) is known color: Red Orange. HEX triplet: FE, 2D and 22. RGB value is (254,45,34). Sum of RGB (Red+Green+Blue) = 254+45+34=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D22 is #01D2DD. Grayscale: #6A6A6A. Windows color (decimal): -119518 or 2239998. OLE color: 2239998.
HSL color Cylindrical-coordinate representation of color #FE2D22: hue angle of 3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2D22 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 34 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.00 |
| HSL | 3º | 0.99% | 0.56% | - |
| HSV(B) | 3º | 0.87% | 1% | - |
| XYZ | 42.1 | 23.06 | 3.75 | - |
| YUV | 106.24 | 87.24 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 34 | 0 | 0.82 | 0.87 | 0.00 | 3 | 0.99 | 0.56 |
| Hex | FE | 2D | 22 | 0 | 52 | 57 | 0 | 3 | 63 | 38 |
| Octal | 376 | 55 | 42 | 0 | 122 | 127 | 0 | 3 | 143 | 70 |
| Binary | 11111110 | 101101 | 100010 | 0 | 1010010 | 1010111 | 0 | 11 | 1100011 | 111000 |
Color Harmonies of #FE2D22
Complementary color
Monochromatic Colors of #FE2D22
Black with #FE2D22
Text Example
Text Example
White with #FE2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D22; }
p { color: rgb(254,45,34); }
H1.HeaderClassName
{
color: #FE2D22;
}
.AnyTagClassName
{
color: #FE2D22;
}
</style>
background-color css
<style>
a { background-color: #FE2D22; }
a { background-color: rgb(254,45,34); }
div.DivClassName
{
background-color: #FE2D22;
}
.BgClassName
{
background-color: #FE2D22;
}
</style>
border-color css
<style>
span { border-color: #FE2D22; }
span { border-color: rgb(254,45,34); }
td.TdClassName
{
border-color: #FE2D22;
}
.TagClassName
{
border-color: #FE2D22;
}
</style>