Shades of Red Orange #FF3A1D
Tints of Red Orange #FF3A1D
RGB
CMYK
RGB Variations
Color information
#FF3A1D (or 0xFF3A1D) is known color: Red Orange. HEX triplet: FF, 3A and 1D. RGB value is (255,58,29). Sum of RGB (Red+Green+Blue) = 255+58+29=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A1D is #00C5E2. Grayscale: #717171. Windows color (decimal): -50659 or 1915647. OLE color: 1915647.
HSL color Cylindrical-coordinate representation of color #FF3A1D: hue angle of 7.7º 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 #FF3A1D is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 29 | - |
| CMYK | 0 | 0.77 | 0.89 | 0 |
| HSL | 7.7º | 1% | 0.56% | - |
| HSV(B) | 7.7º | 0.89% | 1% | - |
| XYZ | 42.97 | 24.37 | 3.6 | - |
| YUV | 113.6 | 80.27 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 29 | 0 | 0.77 | 0.89 | 0 | 7.7 | 1 | 0.56 |
| Hex | FF | 3A | 1D | 0 | 4D | 59 | 0 | 8 | 64 | 38 |
| Octal | 377 | 72 | 35 | 0 | 115 | 131 | 0 | 10 | 144 | 70 |
| Binary | 11111111 | 111010 | 11101 | 0 | 1001101 | 1011001 | 0 | 1000 | 1100100 | 111000 |
Color Harmonies of #FF3A1D
Complementary color
Monochromatic Colors of #FF3A1D
Black with #FF3A1D
Text Example
Text Example
White with #FF3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A1D; }
p { color: rgb(255,58,29); }
H1.HeaderClassName
{
color: #FF3A1D;
}
.AnyTagClassName
{
color: #FF3A1D;
}
</style>
background-color css
<style>
a { background-color: #FF3A1D; }
a { background-color: rgb(255,58,29); }
div.DivClassName
{
background-color: #FF3A1D;
}
.BgClassName
{
background-color: #FF3A1D;
}
</style>
border-color css
<style>
span { border-color: #FF3A1D; }
span { border-color: rgb(255,58,29); }
td.TdClassName
{
border-color: #FF3A1D;
}
.TagClassName
{
border-color: #FF3A1D;
}
</style>