Shades of Red Orange #F53D1F
Tints of Red Orange #F53D1F
RGB
CMYK
RGB Variations
Color information
#F53D1F (or 0xF53D1F) is known color: Red Orange. HEX triplet: F5, 3D and 1F. RGB value is (245,61,31). Sum of RGB (Red+Green+Blue) = 245+61+31=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D1F is #0AC2E0. Grayscale: #707070. Windows color (decimal): -705249 or 2047477. OLE color: 2047477.
HSL color Cylindrical-coordinate representation of color #F53D1F: hue angle of 8.41º degrees, saturation: 0.91, 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 #F53D1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.04 |
| HSL | 8.41º | 0.91% | 0.54% | - |
| HSV(B) | 8.41º | 0.87% | 0.96% | - |
| XYZ | 39.57 | 22.85 | 3.62 | - |
| YUV | 112.6 | 81.96 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 31 | 0 | 0.75 | 0.87 | 0.04 | 8.41 | 0.91 | 0.54 |
| Hex | F5 | 3D | 1F | 0 | 4B | 57 | 4 | 8 | 5B | 36 |
| Octal | 365 | 75 | 37 | 0 | 113 | 127 | 4 | 10 | 133 | 66 |
| Binary | 11110101 | 111101 | 11111 | 0 | 1001011 | 1010111 | 100 | 1000 | 1011011 | 110110 |
Color Harmonies of #F53D1F
Complementary color
Monochromatic Colors of #F53D1F
Black with #F53D1F
Text Example
Text Example
White with #F53D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D1F; }
p { color: rgb(245,61,31); }
H1.HeaderClassName
{
color: #F53D1F;
}
.AnyTagClassName
{
color: #F53D1F;
}
</style>
background-color css
<style>
a { background-color: #F53D1F; }
a { background-color: rgb(245,61,31); }
div.DivClassName
{
background-color: #F53D1F;
}
.BgClassName
{
background-color: #F53D1F;
}
</style>
border-color css
<style>
span { border-color: #F53D1F; }
span { border-color: rgb(245,61,31); }
td.TdClassName
{
border-color: #F53D1F;
}
.TagClassName
{
border-color: #F53D1F;
}
</style>