Shades of Red Orange #FF2F29
Tints of Red Orange #FF2F29
RGB
CMYK
RGB Variations
Color information
#FF2F29 (or 0xFF2F29) is known color: Red Orange. HEX triplet: FF, 2F and 29. RGB value is (255,47,41). Sum of RGB (Red+Green+Blue) = 255+47+41=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F29 is #00D0D6. Grayscale: #6C6C6C. Windows color (decimal): -53463 or 2699263. OLE color: 2699263.
HSL color Cylindrical-coordinate representation of color #FF2F29: hue angle of 1.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2F29 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 41 | - |
| CMYK | 0 | 0.82 | 0.84 | 0 |
| HSL | 1.68º | 1% | 0.58% | - |
| HSV(B) | 1.68º | 0.84% | 1% | - |
| XYZ | 42.66 | 23.45 | 4.38 | - |
| YUV | 108.51 | 89.91 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 41 | 0 | 0.82 | 0.84 | 0 | 1.68 | 1 | 0.58 |
| Hex | FF | 2F | 29 | 0 | 52 | 54 | 0 | 2 | 64 | 3A |
| Octal | 377 | 57 | 51 | 0 | 122 | 124 | 0 | 2 | 144 | 72 |
| Binary | 11111111 | 101111 | 101001 | 0 | 1010010 | 1010100 | 0 | 10 | 1100100 | 111010 |
Color Harmonies of #FF2F29
Complementary color
Monochromatic Colors of #FF2F29
Black with #FF2F29
Text Example
Text Example
White with #FF2F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F29; }
p { color: rgb(255,47,41); }
H1.HeaderClassName
{
color: #FF2F29;
}
.AnyTagClassName
{
color: #FF2F29;
}
</style>
background-color css
<style>
a { background-color: #FF2F29; }
a { background-color: rgb(255,47,41); }
div.DivClassName
{
background-color: #FF2F29;
}
.BgClassName
{
background-color: #FF2F29;
}
</style>
border-color css
<style>
span { border-color: #FF2F29; }
span { border-color: rgb(255,47,41); }
td.TdClassName
{
border-color: #FF2F29;
}
.TagClassName
{
border-color: #FF2F29;
}
</style>