Shades of Orange Red #F13D14
Tints of Orange Red #F13D14
RGB
CMYK
RGB Variations
Color information
#F13D14 (or 0xF13D14) is known color: Orange Red. HEX triplet: F1, 3D and 14. RGB value is (241,61,20). Sum of RGB (Red+Green+Blue) = 241+61+20=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13D14 is #0EC2EB. Grayscale: #6E6E6E. Windows color (decimal): -967404 or 1326577. OLE color: 1326577.
HSL color Cylindrical-coordinate representation of color #F13D14: hue angle of 11.13º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F13D14 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 20 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.05 |
| HSL | 11.13º | 0.89% | 0.51% | - |
| HSV(B) | 11.13º | 0.92% | 0.95% | - |
| XYZ | 38.07 | 22.09 | 2.92 | - |
| YUV | 110.15 | 77.13 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 20 | 0 | 0.75 | 0.92 | 0.05 | 11.13 | 0.89 | 0.51 |
| Hex | F1 | 3D | 14 | 0 | 4B | 5C | 5 | B | 59 | 33 |
| Octal | 361 | 75 | 24 | 0 | 113 | 134 | 5 | 13 | 131 | 63 |
| Binary | 11110001 | 111101 | 10100 | 0 | 1001011 | 1011100 | 101 | 1011 | 1011001 | 110011 |
Color Harmonies of #F13D14
Complementary color
Monochromatic Colors of #F13D14
Black with #F13D14
Text Example
Text Example
White with #F13D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D14; }
p { color: rgb(241,61,20); }
H1.HeaderClassName
{
color: #F13D14;
}
.AnyTagClassName
{
color: #F13D14;
}
</style>
background-color css
<style>
a { background-color: #F13D14; }
a { background-color: rgb(241,61,20); }
div.DivClassName
{
background-color: #F13D14;
}
.BgClassName
{
background-color: #F13D14;
}
</style>
border-color css
<style>
span { border-color: #F13D14; }
span { border-color: rgb(241,61,20); }
td.TdClassName
{
border-color: #F13D14;
}
.TagClassName
{
border-color: #F13D14;
}
</style>