Shades of Red Orange #FF351B
Tints of Red Orange #FF351B
RGB
CMYK
RGB Variations
Color information
#FF351B (or 0xFF351B) is known color: Red Orange. HEX triplet: FF, 35 and 1B. RGB value is (255,53,27). Sum of RGB (Red+Green+Blue) = 255+53+27=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF351B is #00CAE4. Grayscale: #6E6E6E. Windows color (decimal): -51941 or 1783295. OLE color: 1783295.
HSL color Cylindrical-coordinate representation of color #FF351B: hue angle of 6.84º 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 #FF351B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0 |
| HSL | 6.84º | 1% | 0.55% | - |
| HSV(B) | 6.84º | 0.89% | 1% | - |
| XYZ | 42.71 | 23.89 | 3.4 | - |
| YUV | 110.43 | 80.92 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 27 | 0 | 0.79 | 0.89 | 0 | 6.84 | 1 | 0.55 |
| Hex | FF | 35 | 1B | 0 | 4F | 59 | 0 | 7 | 64 | 37 |
| Octal | 377 | 65 | 33 | 0 | 117 | 131 | 0 | 7 | 144 | 67 |
| Binary | 11111111 | 110101 | 11011 | 0 | 1001111 | 1011001 | 0 | 111 | 1100100 | 110111 |
Color Harmonies of #FF351B
Complementary color
Monochromatic Colors of #FF351B
Black with #FF351B
Text Example
Text Example
White with #FF351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF351B; }
p { color: rgb(255,53,27); }
H1.HeaderClassName
{
color: #FF351B;
}
.AnyTagClassName
{
color: #FF351B;
}
</style>
background-color css
<style>
a { background-color: #FF351B; }
a { background-color: rgb(255,53,27); }
div.DivClassName
{
background-color: #FF351B;
}
.BgClassName
{
background-color: #FF351B;
}
</style>
border-color css
<style>
span { border-color: #FF351B; }
span { border-color: rgb(255,53,27); }
td.TdClassName
{
border-color: #FF351B;
}
.TagClassName
{
border-color: #FF351B;
}
</style>