Shades of Red Orange #FF301F
Tints of Red Orange #FF301F
RGB
CMYK
RGB Variations
Color information
#FF301F (or 0xFF301F) is known color: Red Orange. HEX triplet: FF, 30 and 1F. RGB value is (255,48,31). Sum of RGB (Red+Green+Blue) = 255+48+31=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF301F is #00CFE0. Grayscale: #6C6C6C. Windows color (decimal): -53217 or 2044159. OLE color: 2044159.
HSL color Cylindrical-coordinate representation of color #FF301F: hue angle of 4.55º 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 #FF301F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 31 | - |
| CMYK | 0 | 0.81 | 0.88 | 0 |
| HSL | 4.55º | 1% | 0.56% | - |
| HSV(B) | 4.55º | 0.88% | 1% | - |
| XYZ | 42.54 | 23.47 | 3.58 | - |
| YUV | 107.96 | 84.58 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 31 | 0 | 0.81 | 0.88 | 0 | 4.55 | 1 | 0.56 |
| Hex | FF | 30 | 1F | 0 | 51 | 58 | 0 | 5 | 64 | 38 |
| Octal | 377 | 60 | 37 | 0 | 121 | 130 | 0 | 5 | 144 | 70 |
| Binary | 11111111 | 110000 | 11111 | 0 | 1010001 | 1011000 | 0 | 101 | 1100100 | 111000 |
Color Harmonies of #FF301F
Complementary color
Monochromatic Colors of #FF301F
Black with #FF301F
Text Example
Text Example
White with #FF301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF301F; }
p { color: rgb(255,48,31); }
H1.HeaderClassName
{
color: #FF301F;
}
.AnyTagClassName
{
color: #FF301F;
}
</style>
background-color css
<style>
a { background-color: #FF301F; }
a { background-color: rgb(255,48,31); }
div.DivClassName
{
background-color: #FF301F;
}
.BgClassName
{
background-color: #FF301F;
}
</style>
border-color css
<style>
span { border-color: #FF301F; }
span { border-color: rgb(255,48,31); }
td.TdClassName
{
border-color: #FF301F;
}
.TagClassName
{
border-color: #FF301F;
}
</style>