Shades of Red Orange #FF2C24
Tints of Red Orange #FF2C24
RGB
CMYK
RGB Variations
Color information
#FF2C24 (or 0xFF2C24) is known color: Red Orange. HEX triplet: FF, 2C and 24. RGB value is (255,44,36). Sum of RGB (Red+Green+Blue) = 255+44+36=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2C24 is #00D3DB. Grayscale: #6A6A6A. Windows color (decimal): -54236 or 2370815. OLE color: 2370815.
HSL color Cylindrical-coordinate representation of color #FF2C24: hue angle of 2.19º 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 #FF2C24 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 36 | - |
| CMYK | 0 | 0.83 | 0.86 | 0 |
| HSL | 2.19º | 1% | 0.57% | - |
| HSV(B) | 2.19º | 0.86% | 1% | - |
| XYZ | 42.46 | 23.19 | 3.91 | - |
| YUV | 106.18 | 88.4 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 36 | 0 | 0.83 | 0.86 | 0 | 2.19 | 1 | 0.57 |
| Hex | FF | 2C | 24 | 0 | 53 | 56 | 0 | 2 | 64 | 39 |
| Octal | 377 | 54 | 44 | 0 | 123 | 126 | 0 | 2 | 144 | 71 |
| Binary | 11111111 | 101100 | 100100 | 0 | 1010011 | 1010110 | 0 | 10 | 1100100 | 111001 |
Color Harmonies of #FF2C24
Complementary color
Monochromatic Colors of #FF2C24
Black with #FF2C24
Text Example
Text Example
White with #FF2C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C24; }
p { color: rgb(255,44,36); }
H1.HeaderClassName
{
color: #FF2C24;
}
.AnyTagClassName
{
color: #FF2C24;
}
</style>
background-color css
<style>
a { background-color: #FF2C24; }
a { background-color: rgb(255,44,36); }
div.DivClassName
{
background-color: #FF2C24;
}
.BgClassName
{
background-color: #FF2C24;
}
</style>
border-color css
<style>
span { border-color: #FF2C24; }
span { border-color: rgb(255,44,36); }
td.TdClassName
{
border-color: #FF2C24;
}
.TagClassName
{
border-color: #FF2C24;
}
</style>