Shades of Red Orange #F53821
Tints of Red Orange #F53821
RGB
CMYK
RGB Variations
Color information
#F53821 (or 0xF53821) is known color: Red Orange. HEX triplet: F5, 38 and 21. RGB value is (245,56,33). Sum of RGB (Red+Green+Blue) = 245+56+33=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F53821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53821 is #0AC7DE. Grayscale: #6E6E6E. Windows color (decimal): -706527 or 2177269. OLE color: 2177269.
HSL color Cylindrical-coordinate representation of color #F53821: hue angle of 6.51º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F53821 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 33 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.04 |
| HSL | 6.51º | 0.91% | 0.55% | - |
| HSV(B) | 6.51º | 0.87% | 0.96% | - |
| XYZ | 39.34 | 22.35 | 3.68 | - |
| YUV | 109.89 | 84.62 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 33 | 0 | 0.77 | 0.87 | 0.04 | 6.51 | 0.91 | 0.55 |
| Hex | F5 | 38 | 21 | 0 | 4D | 57 | 4 | 7 | 5B | 37 |
| Octal | 365 | 70 | 41 | 0 | 115 | 127 | 4 | 7 | 133 | 67 |
| Binary | 11110101 | 111000 | 100001 | 0 | 1001101 | 1010111 | 100 | 111 | 1011011 | 110111 |
Color Harmonies of #F53821
Complementary color
Monochromatic Colors of #F53821
Black with #F53821
Text Example
Text Example
White with #F53821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53821; }
p { color: rgb(245,56,33); }
H1.HeaderClassName
{
color: #F53821;
}
.AnyTagClassName
{
color: #F53821;
}
</style>
background-color css
<style>
a { background-color: #F53821; }
a { background-color: rgb(245,56,33); }
div.DivClassName
{
background-color: #F53821;
}
.BgClassName
{
background-color: #F53821;
}
</style>
border-color css
<style>
span { border-color: #F53821; }
span { border-color: rgb(245,56,33); }
td.TdClassName
{
border-color: #F53821;
}
.TagClassName
{
border-color: #F53821;
}
</style>