Shades of Red Orange #FF2E1D
Tints of Red Orange #FF2E1D
RGB
CMYK
RGB Variations
Color information
#FF2E1D (or 0xFF2E1D) is known color: Red Orange. HEX triplet: FF, 2E and 1D. RGB value is (255,46,29). Sum of RGB (Red+Green+Blue) = 255+46+29=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E1D is #00D1E2. Grayscale: #6A6A6A. Windows color (decimal): -53731 or 1912575. OLE color: 1912575.
HSL color Cylindrical-coordinate representation of color #FF2E1D: hue angle of 4.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF2E1D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 29 | - |
| CMYK | 0 | 0.82 | 0.89 | 0 |
| HSL | 4.51º | 1% | 0.56% | - |
| HSV(B) | 4.51º | 0.89% | 1% | - |
| XYZ | 42.44 | 23.3 | 3.42 | - |
| YUV | 106.55 | 84.24 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 29 | 0 | 0.82 | 0.89 | 0 | 4.51 | 1 | 0.56 |
| Hex | FF | 2E | 1D | 0 | 52 | 59 | 0 | 5 | 64 | 38 |
| Octal | 377 | 56 | 35 | 0 | 122 | 131 | 0 | 5 | 144 | 70 |
| Binary | 11111111 | 101110 | 11101 | 0 | 1010010 | 1011001 | 0 | 101 | 1100100 | 111000 |
Color Harmonies of #FF2E1D
Complementary color
Monochromatic Colors of #FF2E1D
Black with #FF2E1D
Text Example
Text Example
White with #FF2E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E1D; }
p { color: rgb(255,46,29); }
H1.HeaderClassName
{
color: #FF2E1D;
}
.AnyTagClassName
{
color: #FF2E1D;
}
</style>
background-color css
<style>
a { background-color: #FF2E1D; }
a { background-color: rgb(255,46,29); }
div.DivClassName
{
background-color: #FF2E1D;
}
.BgClassName
{
background-color: #FF2E1D;
}
</style>
border-color css
<style>
span { border-color: #FF2E1D; }
span { border-color: rgb(255,46,29); }
td.TdClassName
{
border-color: #FF2E1D;
}
.TagClassName
{
border-color: #FF2E1D;
}
</style>