Shades of Red Orange #F63D1F
Tints of Red Orange #F63D1F
RGB
CMYK
RGB Variations
Color information
#F63D1F (or 0xF63D1F) is known color: Red Orange. HEX triplet: F6, 3D and 1F. RGB value is (246,61,31). Sum of RGB (Red+Green+Blue) = 246+61+31=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63D1F is #09C2E0. Grayscale: #717171. Windows color (decimal): -639713 or 2047478. OLE color: 2047478.
HSL color Cylindrical-coordinate representation of color #F63D1F: hue angle of 8.37º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F63D1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.04 |
| HSL | 8.37º | 0.92% | 0.54% | - |
| HSV(B) | 8.37º | 0.87% | 0.96% | - |
| XYZ | 39.92 | 23.03 | 3.64 | - |
| YUV | 112.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 31 | 0 | 0.75 | 0.87 | 0.04 | 8.37 | 0.92 | 0.54 |
| Hex | F6 | 3D | 1F | 0 | 4B | 57 | 4 | 8 | 5C | 36 |
| Octal | 366 | 75 | 37 | 0 | 113 | 127 | 4 | 10 | 134 | 66 |
| Binary | 11110110 | 111101 | 11111 | 0 | 1001011 | 1010111 | 100 | 1000 | 1011100 | 110110 |
Color Harmonies of #F63D1F
Complementary color
Monochromatic Colors of #F63D1F
Black with #F63D1F
Text Example
Text Example
White with #F63D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D1F; }
p { color: rgb(246,61,31); }
H1.HeaderClassName
{
color: #F63D1F;
}
.AnyTagClassName
{
color: #F63D1F;
}
</style>
background-color css
<style>
a { background-color: #F63D1F; }
a { background-color: rgb(246,61,31); }
div.DivClassName
{
background-color: #F63D1F;
}
.BgClassName
{
background-color: #F63D1F;
}
</style>
border-color css
<style>
span { border-color: #F63D1F; }
span { border-color: rgb(246,61,31); }
td.TdClassName
{
border-color: #F63D1F;
}
.TagClassName
{
border-color: #F63D1F;
}
</style>