Shades of Red Orange #FE2722
Tints of Red Orange #FE2722
RGB
CMYK
RGB Variations
Color information
#FE2722 (or 0xFE2722) is known color: Red Orange. HEX triplet: FE, 27 and 22. RGB value is (254,39,34). Sum of RGB (Red+Green+Blue) = 254+39+34=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2722 is #01D8DD. Grayscale: #666666. Windows color (decimal): -121054 or 2238462. OLE color: 2238462.
HSL color Cylindrical-coordinate representation of color #FE2722: hue angle of 1.36º 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 #FE2722 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 34 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.00 |
| HSL | 1.36º | 0.99% | 0.56% | - |
| HSV(B) | 1.36º | 0.87% | 1% | - |
| XYZ | 41.89 | 22.64 | 3.68 | - |
| YUV | 102.72 | 89.23 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 34 | 0 | 0.85 | 0.87 | 0.00 | 1.36 | 0.99 | 0.56 |
| Hex | FE | 27 | 22 | 0 | 55 | 57 | 0 | 1 | 63 | 38 |
| Octal | 376 | 47 | 42 | 0 | 125 | 127 | 0 | 1 | 143 | 70 |
| Binary | 11111110 | 100111 | 100010 | 0 | 1010101 | 1010111 | 0 | 1 | 1100011 | 111000 |
Color Harmonies of #FE2722
Complementary color
Monochromatic Colors of #FE2722
Black with #FE2722
Text Example
Text Example
White with #FE2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2722; }
p { color: rgb(254,39,34); }
H1.HeaderClassName
{
color: #FE2722;
}
.AnyTagClassName
{
color: #FE2722;
}
</style>
background-color css
<style>
a { background-color: #FE2722; }
a { background-color: rgb(254,39,34); }
div.DivClassName
{
background-color: #FE2722;
}
.BgClassName
{
background-color: #FE2722;
}
</style>
border-color css
<style>
span { border-color: #FE2722; }
span { border-color: rgb(254,39,34); }
td.TdClassName
{
border-color: #FE2722;
}
.TagClassName
{
border-color: #FE2722;
}
</style>