Shades of Red Orange #FF3C1D
Tints of Red Orange #FF3C1D
RGB
CMYK
RGB Variations
Color information
#FF3C1D (or 0xFF3C1D) is known color: Red Orange. HEX triplet: FF, 3C and 1D. RGB value is (255,60,29). Sum of RGB (Red+Green+Blue) = 255+60+29=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C1D is #00C3E2. Grayscale: #737373. Windows color (decimal): -50147 or 1916159. OLE color: 1916159.
HSL color Cylindrical-coordinate representation of color #FF3C1D: hue angle of 8.23º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF3C1D is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 29 | - |
| CMYK | 0 | 0.76 | 0.89 | 0 |
| HSL | 8.23º | 1% | 0.56% | - |
| HSV(B) | 8.23º | 0.89% | 1% | - |
| XYZ | 43.08 | 24.58 | 3.64 | - |
| YUV | 114.77 | 79.6 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 29 | 0 | 0.76 | 0.89 | 0 | 8.23 | 1 | 0.56 |
| Hex | FF | 3C | 1D | 0 | 4C | 59 | 0 | 8 | 64 | 38 |
| Octal | 377 | 74 | 35 | 0 | 114 | 131 | 0 | 10 | 144 | 70 |
| Binary | 11111111 | 111100 | 11101 | 0 | 1001100 | 1011001 | 0 | 1000 | 1100100 | 111000 |
Color Harmonies of #FF3C1D
Complementary color
Monochromatic Colors of #FF3C1D
Black with #FF3C1D
Text Example
Text Example
White with #FF3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C1D; }
p { color: rgb(255,60,29); }
H1.HeaderClassName
{
color: #FF3C1D;
}
.AnyTagClassName
{
color: #FF3C1D;
}
</style>
background-color css
<style>
a { background-color: #FF3C1D; }
a { background-color: rgb(255,60,29); }
div.DivClassName
{
background-color: #FF3C1D;
}
.BgClassName
{
background-color: #FF3C1D;
}
</style>
border-color css
<style>
span { border-color: #FF3C1D; }
span { border-color: rgb(255,60,29); }
td.TdClassName
{
border-color: #FF3C1D;
}
.TagClassName
{
border-color: #FF3C1D;
}
</style>