Shades of Red Orange #F13821
Tints of Red Orange #F13821
RGB
CMYK
RGB Variations
Color information
#F13821 (or 0xF13821) is known color: Red Orange. HEX triplet: F1, 38 and 21. RGB value is (241,56,33). Sum of RGB (Red+Green+Blue) = 241+56+33=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F13821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13821 is #0EC7DE. Grayscale: #6C6C6C. Windows color (decimal): -968671 or 2177265. OLE color: 2177265.
HSL color Cylindrical-coordinate representation of color #F13821: hue angle of 6.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F13821 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 33 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.05 |
| HSL | 6.63º | 0.88% | 0.54% | - |
| HSV(B) | 6.63º | 0.86% | 0.95% | - |
| XYZ | 37.96 | 21.64 | 3.61 | - |
| YUV | 108.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 33 | 0 | 0.77 | 0.86 | 0.05 | 6.63 | 0.88 | 0.54 |
| Hex | F1 | 38 | 21 | 0 | 4D | 56 | 5 | 7 | 58 | 36 |
| Octal | 361 | 70 | 41 | 0 | 115 | 126 | 5 | 7 | 130 | 66 |
| Binary | 11110001 | 111000 | 100001 | 0 | 1001101 | 1010110 | 101 | 111 | 1011000 | 110110 |
Color Harmonies of #F13821
Complementary color
Monochromatic Colors of #F13821
Black with #F13821
Text Example
Text Example
White with #F13821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13821; }
p { color: rgb(241,56,33); }
H1.HeaderClassName
{
color: #F13821;
}
.AnyTagClassName
{
color: #F13821;
}
</style>
background-color css
<style>
a { background-color: #F13821; }
a { background-color: rgb(241,56,33); }
div.DivClassName
{
background-color: #F13821;
}
.BgClassName
{
background-color: #F13821;
}
</style>
border-color css
<style>
span { border-color: #F13821; }
span { border-color: rgb(241,56,33); }
td.TdClassName
{
border-color: #F13821;
}
.TagClassName
{
border-color: #F13821;
}
</style>