Shades of Red Orange #FF3E1C
Tints of Red Orange #FF3E1C
RGB
CMYK
RGB Variations
Color information
#FF3E1C (or 0xFF3E1C) is known color: Red Orange. HEX triplet: FF, 3E and 1C. RGB value is (255,62,28). Sum of RGB (Red+Green+Blue) = 255+62+28=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E1C is #00C1E3. Grayscale: #747474. Windows color (decimal): -49636 or 1851135. OLE color: 1851135.
HSL color Cylindrical-coordinate representation of color #FF3E1C: hue angle of 8.99º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF3E1C is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 28 | - |
| CMYK | 0 | 0.76 | 0.89 | 0 |
| HSL | 8.99º | 1% | 0.55% | - |
| HSV(B) | 8.99º | 0.89% | 1% | - |
| XYZ | 43.17 | 24.79 | 3.61 | - |
| YUV | 115.83 | 78.44 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 28 | 0 | 0.76 | 0.89 | 0 | 8.99 | 1 | 0.55 |
| Hex | FF | 3E | 1C | 0 | 4C | 59 | 0 | 9 | 64 | 37 |
| Octal | 377 | 76 | 34 | 0 | 114 | 131 | 0 | 11 | 144 | 67 |
| Binary | 11111111 | 111110 | 11100 | 0 | 1001100 | 1011001 | 0 | 1001 | 1100100 | 110111 |
Color Harmonies of #FF3E1C
Complementary color
Monochromatic Colors of #FF3E1C
Black with #FF3E1C
Text Example
Text Example
White with #FF3E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E1C; }
p { color: rgb(255,62,28); }
H1.HeaderClassName
{
color: #FF3E1C;
}
.AnyTagClassName
{
color: #FF3E1C;
}
</style>
background-color css
<style>
a { background-color: #FF3E1C; }
a { background-color: rgb(255,62,28); }
div.DivClassName
{
background-color: #FF3E1C;
}
.BgClassName
{
background-color: #FF3E1C;
}
</style>
border-color css
<style>
span { border-color: #FF3E1C; }
span { border-color: rgb(255,62,28); }
td.TdClassName
{
border-color: #FF3E1C;
}
.TagClassName
{
border-color: #FF3E1C;
}
</style>