Shades of Red Orange #FF3529
Tints of Red Orange #FF3529
RGB
CMYK
RGB Variations
Color information
#FF3529 (or 0xFF3529) is known color: Red Orange. HEX triplet: FF, 35 and 29. RGB value is (255,53,41). Sum of RGB (Red+Green+Blue) = 255+53+41=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3529 is #00CAD6. Grayscale: #707070. Windows color (decimal): -51927 or 2700799. OLE color: 2700799.
HSL color Cylindrical-coordinate representation of color #FF3529: hue angle of 3.36º 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 #FF3529 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 41 | - |
| CMYK | 0 | 0.79 | 0.84 | 0 |
| HSL | 3.36º | 1% | 0.58% | - |
| HSV(B) | 3.36º | 0.84% | 1% | - |
| XYZ | 42.91 | 23.97 | 4.46 | - |
| YUV | 112.03 | 87.92 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 41 | 0 | 0.79 | 0.84 | 0 | 3.36 | 1 | 0.58 |
| Hex | FF | 35 | 29 | 0 | 4F | 54 | 0 | 3 | 64 | 3A |
| Octal | 377 | 65 | 51 | 0 | 117 | 124 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110101 | 101001 | 0 | 1001111 | 1010100 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF3529
Complementary color
Monochromatic Colors of #FF3529
Black with #FF3529
Text Example
Text Example
White with #FF3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3529; }
p { color: rgb(255,53,41); }
H1.HeaderClassName
{
color: #FF3529;
}
.AnyTagClassName
{
color: #FF3529;
}
</style>
background-color css
<style>
a { background-color: #FF3529; }
a { background-color: rgb(255,53,41); }
div.DivClassName
{
background-color: #FF3529;
}
.BgClassName
{
background-color: #FF3529;
}
</style>
border-color css
<style>
span { border-color: #FF3529; }
span { border-color: rgb(255,53,41); }
td.TdClassName
{
border-color: #FF3529;
}
.TagClassName
{
border-color: #FF3529;
}
</style>