Shades of Red Orange #FF3D29
Tints of Red Orange #FF3D29
RGB
CMYK
RGB Variations
Color information
#FF3D29 (or 0xFF3D29) is known color: Red Orange. HEX triplet: FF, 3D and 29. RGB value is (255,61,41). Sum of RGB (Red+Green+Blue) = 255+61+41=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D29 is #00C2D6. Grayscale: #757575. Windows color (decimal): -49879 or 2702847. OLE color: 2702847.
HSL color Cylindrical-coordinate representation of color #FF3D29: hue angle of 5.61º 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 #FF3D29 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 41 | - |
| CMYK | 0 | 0.76 | 0.84 | 0 |
| HSL | 5.61º | 1% | 0.58% | - |
| HSV(B) | 5.61º | 0.84% | 1% | - |
| XYZ | 43.31 | 24.76 | 4.59 | - |
| YUV | 116.73 | 85.27 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 41 | 0 | 0.76 | 0.84 | 0 | 5.61 | 1 | 0.58 |
| Hex | FF | 3D | 29 | 0 | 4C | 54 | 0 | 6 | 64 | 3A |
| Octal | 377 | 75 | 51 | 0 | 114 | 124 | 0 | 6 | 144 | 72 |
| Binary | 11111111 | 111101 | 101001 | 0 | 1001100 | 1010100 | 0 | 110 | 1100100 | 111010 |
Color Harmonies of #FF3D29
Complementary color
Monochromatic Colors of #FF3D29
Black with #FF3D29
Text Example
Text Example
White with #FF3D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D29; }
p { color: rgb(255,61,41); }
H1.HeaderClassName
{
color: #FF3D29;
}
.AnyTagClassName
{
color: #FF3D29;
}
</style>
background-color css
<style>
a { background-color: #FF3D29; }
a { background-color: rgb(255,61,41); }
div.DivClassName
{
background-color: #FF3D29;
}
.BgClassName
{
background-color: #FF3D29;
}
</style>
border-color css
<style>
span { border-color: #FF3D29; }
span { border-color: rgb(255,61,41); }
td.TdClassName
{
border-color: #FF3D29;
}
.TagClassName
{
border-color: #FF3D29;
}
</style>