Shades of Red Orange #F53D1D
Tints of Red Orange #F53D1D
RGB
CMYK
RGB Variations
Color information
#F53D1D (or 0xF53D1D) is known color: Red Orange. HEX triplet: F5, 3D and 1D. RGB value is (245,61,29). Sum of RGB (Red+Green+Blue) = 245+61+29=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D1D is #0AC2E2. Grayscale: #707070. Windows color (decimal): -705251 or 1916405. OLE color: 1916405.
HSL color Cylindrical-coordinate representation of color #F53D1D: hue angle of 8.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F53D1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 29 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.04 |
| HSL | 8.89º | 0.92% | 0.54% | - |
| HSV(B) | 8.89º | 0.88% | 0.96% | - |
| XYZ | 39.55 | 22.84 | 3.49 | - |
| YUV | 112.37 | 80.96 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 29 | 0 | 0.75 | 0.88 | 0.04 | 8.89 | 0.92 | 0.54 |
| Hex | F5 | 3D | 1D | 0 | 4B | 58 | 4 | 9 | 5C | 36 |
| Octal | 365 | 75 | 35 | 0 | 113 | 130 | 4 | 11 | 134 | 66 |
| Binary | 11110101 | 111101 | 11101 | 0 | 1001011 | 1011000 | 100 | 1001 | 1011100 | 110110 |
Color Harmonies of #F53D1D
Complementary color
Monochromatic Colors of #F53D1D
Black with #F53D1D
Text Example
Text Example
White with #F53D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D1D; }
p { color: rgb(245,61,29); }
H1.HeaderClassName
{
color: #F53D1D;
}
.AnyTagClassName
{
color: #F53D1D;
}
</style>
background-color css
<style>
a { background-color: #F53D1D; }
a { background-color: rgb(245,61,29); }
div.DivClassName
{
background-color: #F53D1D;
}
.BgClassName
{
background-color: #F53D1D;
}
</style>
border-color css
<style>
span { border-color: #F53D1D; }
span { border-color: rgb(245,61,29); }
td.TdClassName
{
border-color: #F53D1D;
}
.TagClassName
{
border-color: #F53D1D;
}
</style>