Shades of Red Orange #FF4529
Tints of Red Orange #FF4529
RGB
CMYK
RGB Variations
Color information
#FF4529 (or 0xFF4529) is known color: Red Orange. HEX triplet: FF, 45 and 29. RGB value is (255,69,41). Sum of RGB (Red+Green+Blue) = 255+69+41=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4529 is #00BAD6. Grayscale: #797979. Windows color (decimal): -47831 or 2704895. OLE color: 2704895.
HSL color Cylindrical-coordinate representation of color #FF4529: hue angle of 7.85º 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 #FF4529 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 41 | - |
| CMYK | 0 | 0.73 | 0.84 | 0 |
| HSL | 7.85º | 1% | 0.58% | - |
| HSV(B) | 7.85º | 0.84% | 1% | - |
| XYZ | 43.77 | 25.68 | 4.75 | - |
| YUV | 121.42 | 82.62 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 41 | 0 | 0.73 | 0.84 | 0 | 7.85 | 1 | 0.58 |
| Hex | FF | 45 | 29 | 0 | 49 | 54 | 0 | 8 | 64 | 3A |
| Octal | 377 | 105 | 51 | 0 | 111 | 124 | 0 | 10 | 144 | 72 |
| Binary | 11111111 | 1000101 | 101001 | 0 | 1001001 | 1010100 | 0 | 1000 | 1100100 | 111010 |
Color Harmonies of #FF4529
Complementary color
Monochromatic Colors of #FF4529
Black with #FF4529
Text Example
Text Example
White with #FF4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4529; }
p { color: rgb(255,69,41); }
H1.HeaderClassName
{
color: #FF4529;
}
.AnyTagClassName
{
color: #FF4529;
}
</style>
background-color css
<style>
a { background-color: #FF4529; }
a { background-color: rgb(255,69,41); }
div.DivClassName
{
background-color: #FF4529;
}
.BgClassName
{
background-color: #FF4529;
}
</style>
border-color css
<style>
span { border-color: #FF4529; }
span { border-color: rgb(255,69,41); }
td.TdClassName
{
border-color: #FF4529;
}
.TagClassName
{
border-color: #FF4529;
}
</style>