Shades of Red Orange #FF2E24
Tints of Red Orange #FF2E24
RGB
CMYK
RGB Variations
Color information
#FF2E24 (or 0xFF2E24) is known color: Red Orange. HEX triplet: FF, 2E and 24. RGB value is (255,46,36). Sum of RGB (Red+Green+Blue) = 255+46+36=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E24 is #00D1DB. Grayscale: #6B6B6B. Windows color (decimal): -53724 or 2371327. OLE color: 2371327.
HSL color Cylindrical-coordinate representation of color #FF2E24: hue angle of 2.74º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2E24 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 36 | - |
| CMYK | 0 | 0.82 | 0.86 | 0 |
| HSL | 2.74º | 1% | 0.57% | - |
| HSV(B) | 2.74º | 0.86% | 1% | - |
| XYZ | 42.54 | 23.34 | 3.93 | - |
| YUV | 107.35 | 87.74 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 36 | 0 | 0.82 | 0.86 | 0 | 2.74 | 1 | 0.57 |
| Hex | FF | 2E | 24 | 0 | 52 | 56 | 0 | 3 | 64 | 39 |
| Octal | 377 | 56 | 44 | 0 | 122 | 126 | 0 | 3 | 144 | 71 |
| Binary | 11111111 | 101110 | 100100 | 0 | 1010010 | 1010110 | 0 | 11 | 1100100 | 111001 |
Color Harmonies of #FF2E24
Complementary color
Monochromatic Colors of #FF2E24
Black with #FF2E24
Text Example
Text Example
White with #FF2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E24; }
p { color: rgb(255,46,36); }
H1.HeaderClassName
{
color: #FF2E24;
}
.AnyTagClassName
{
color: #FF2E24;
}
</style>
background-color css
<style>
a { background-color: #FF2E24; }
a { background-color: rgb(255,46,36); }
div.DivClassName
{
background-color: #FF2E24;
}
.BgClassName
{
background-color: #FF2E24;
}
</style>
border-color css
<style>
span { border-color: #FF2E24; }
span { border-color: rgb(255,46,36); }
td.TdClassName
{
border-color: #FF2E24;
}
.TagClassName
{
border-color: #FF2E24;
}
</style>