Shades of Red Orange #F53F2D
Tints of Red Orange #F53F2D
RGB
CMYK
RGB Variations
Color information
#F53F2D (or 0xF53F2D) is known color: Red Orange. HEX triplet: F5, 3F and 2D. RGB value is (245,63,45). Sum of RGB (Red+Green+Blue) = 245+63+45=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F2D is #0AC0D2. Grayscale: #737373. Windows color (decimal): -704723 or 2965493. OLE color: 2965493.
HSL color Cylindrical-coordinate representation of color #F53F2D: hue angle of 5.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F53F2D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 45 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.04 |
| HSL | 5.4º | 0.91% | 0.57% | - |
| HSV(B) | 5.4º | 0.82% | 0.96% | - |
| XYZ | 39.91 | 23.16 | 4.85 | - |
| YUV | 115.37 | 88.3 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 45 | 0 | 0.74 | 0.82 | 0.04 | 5.4 | 0.91 | 0.57 |
| Hex | F5 | 3F | 2D | 0 | 4A | 52 | 4 | 5 | 5B | 39 |
| Octal | 365 | 77 | 55 | 0 | 112 | 122 | 4 | 5 | 133 | 71 |
| Binary | 11110101 | 111111 | 101101 | 0 | 1001010 | 1010010 | 100 | 101 | 1011011 | 111001 |
Color Harmonies of #F53F2D
Complementary color
Monochromatic Colors of #F53F2D
Black with #F53F2D
Text Example
Text Example
White with #F53F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F2D; }
p { color: rgb(245,63,45); }
H1.HeaderClassName
{
color: #F53F2D;
}
.AnyTagClassName
{
color: #F53F2D;
}
</style>
background-color css
<style>
a { background-color: #F53F2D; }
a { background-color: rgb(245,63,45); }
div.DivClassName
{
background-color: #F53F2D;
}
.BgClassName
{
background-color: #F53F2D;
}
</style>
border-color css
<style>
span { border-color: #F53F2D; }
span { border-color: rgb(245,63,45); }
td.TdClassName
{
border-color: #F53F2D;
}
.TagClassName
{
border-color: #F53F2D;
}
</style>