Shades of Red Orange #FE2F2A
Tints of Red Orange #FE2F2A
RGB
CMYK
RGB Variations
Color information
#FE2F2A (or 0xFE2F2A) is known color: Red Orange. HEX triplet: FE, 2F and 2A. RGB value is (254,47,42). Sum of RGB (Red+Green+Blue) = 254+47+42=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F2A is #01D0D5. Grayscale: #6C6C6C. Windows color (decimal): -118998 or 2764798. OLE color: 2764798.
HSL color Cylindrical-coordinate representation of color #FE2F2A: hue angle of 1.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2F2A is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 42 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.00 |
| HSL | 1.42º | 0.99% | 0.58% | - |
| HSV(B) | 1.42º | 0.83% | 1% | - |
| XYZ | 42.31 | 23.27 | 4.45 | - |
| YUV | 108.32 | 90.58 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 42 | 0 | 0.81 | 0.83 | 0.00 | 1.42 | 0.99 | 0.58 |
| Hex | FE | 2F | 2A | 0 | 51 | 53 | 0 | 1 | 63 | 3A |
| Octal | 376 | 57 | 52 | 0 | 121 | 123 | 0 | 1 | 143 | 72 |
| Binary | 11111110 | 101111 | 101010 | 0 | 1010001 | 1010011 | 0 | 1 | 1100011 | 111010 |
Color Harmonies of #FE2F2A
Complementary color
Monochromatic Colors of #FE2F2A
Black with #FE2F2A
Text Example
Text Example
White with #FE2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F2A; }
p { color: rgb(254,47,42); }
H1.HeaderClassName
{
color: #FE2F2A;
}
.AnyTagClassName
{
color: #FE2F2A;
}
</style>
background-color css
<style>
a { background-color: #FE2F2A; }
a { background-color: rgb(254,47,42); }
div.DivClassName
{
background-color: #FE2F2A;
}
.BgClassName
{
background-color: #FE2F2A;
}
</style>
border-color css
<style>
span { border-color: #FE2F2A; }
span { border-color: rgb(254,47,42); }
td.TdClassName
{
border-color: #FE2F2A;
}
.TagClassName
{
border-color: #FE2F2A;
}
</style>