Shades of Red Orange #FF351E
Tints of Red Orange #FF351E
RGB
CMYK
RGB Variations
Color information
#FF351E (or 0xFF351E) is known color: Red Orange. HEX triplet: FF, 35 and 1E. RGB value is (255,53,30). Sum of RGB (Red+Green+Blue) = 255+53+30=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF351E is #00CAE1. Grayscale: #6F6F6F. Windows color (decimal): -51938 or 1979903. OLE color: 1979903.
HSL color Cylindrical-coordinate representation of color #FF351E: hue angle of 6.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF351E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 30 | - |
| CMYK | 0 | 0.79 | 0.88 | 0 |
| HSL | 6.13º | 1% | 0.56% | - |
| HSV(B) | 6.13º | 0.88% | 1% | - |
| XYZ | 42.75 | 23.9 | 3.59 | - |
| YUV | 110.78 | 82.42 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 30 | 0 | 0.79 | 0.88 | 0 | 6.13 | 1 | 0.56 |
| Hex | FF | 35 | 1E | 0 | 4F | 58 | 0 | 6 | 64 | 38 |
| Octal | 377 | 65 | 36 | 0 | 117 | 130 | 0 | 6 | 144 | 70 |
| Binary | 11111111 | 110101 | 11110 | 0 | 1001111 | 1011000 | 0 | 110 | 1100100 | 111000 |
Color Harmonies of #FF351E
Complementary color
Monochromatic Colors of #FF351E
Black with #FF351E
Text Example
Text Example
White with #FF351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF351E; }
p { color: rgb(255,53,30); }
H1.HeaderClassName
{
color: #FF351E;
}
.AnyTagClassName
{
color: #FF351E;
}
</style>
background-color css
<style>
a { background-color: #FF351E; }
a { background-color: rgb(255,53,30); }
div.DivClassName
{
background-color: #FF351E;
}
.BgClassName
{
background-color: #FF351E;
}
</style>
border-color css
<style>
span { border-color: #FF351E; }
span { border-color: rgb(255,53,30); }
td.TdClassName
{
border-color: #FF351E;
}
.TagClassName
{
border-color: #FF351E;
}
</style>