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