Shades of Red Orange #FF3C29
Tints of Red Orange #FF3C29
RGB
CMYK
RGB Variations
Color information
#FF3C29 (or 0xFF3C29) is known color: Red Orange. HEX triplet: FF, 3C and 29. RGB value is (255,60,41). Sum of RGB (Red+Green+Blue) = 255+60+41=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C29 is #00C3D6. Grayscale: #747474. Windows color (decimal): -50135 or 2702591. OLE color: 2702591.
HSL color Cylindrical-coordinate representation of color #FF3C29: hue angle of 5.33º 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 #FF3C29 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 41 | - |
| CMYK | 0 | 0.76 | 0.84 | 0 |
| HSL | 5.33º | 1% | 0.58% | - |
| HSV(B) | 5.33º | 0.84% | 1% | - |
| XYZ | 43.26 | 24.65 | 4.58 | - |
| YUV | 116.14 | 85.6 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 41 | 0 | 0.76 | 0.84 | 0 | 5.33 | 1 | 0.58 |
| Hex | FF | 3C | 29 | 0 | 4C | 54 | 0 | 5 | 64 | 3A |
| Octal | 377 | 74 | 51 | 0 | 114 | 124 | 0 | 5 | 144 | 72 |
| Binary | 11111111 | 111100 | 101001 | 0 | 1001100 | 1010100 | 0 | 101 | 1100100 | 111010 |
Color Harmonies of #FF3C29
Complementary color
Monochromatic Colors of #FF3C29
Black with #FF3C29
Text Example
Text Example
White with #FF3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C29; }
p { color: rgb(255,60,41); }
H1.HeaderClassName
{
color: #FF3C29;
}
.AnyTagClassName
{
color: #FF3C29;
}
</style>
background-color css
<style>
a { background-color: #FF3C29; }
a { background-color: rgb(255,60,41); }
div.DivClassName
{
background-color: #FF3C29;
}
.BgClassName
{
background-color: #FF3C29;
}
</style>
border-color css
<style>
span { border-color: #FF3C29; }
span { border-color: rgb(255,60,41); }
td.TdClassName
{
border-color: #FF3C29;
}
.TagClassName
{
border-color: #FF3C29;
}
</style>