Shades of Orange Red #F1440D
Tints of Orange Red #F1440D
RGB
CMYK
RGB Variations
Color information
#F1440D (or 0xF1440D) is known color: Orange Red. HEX triplet: F1, 44 and 0D. RGB value is (241,68,13). Sum of RGB (Red+Green+Blue) = 241+68+13=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1440D is #0EBBF2. Grayscale: #717171. Windows color (decimal): -965619 or 869617. OLE color: 869617.
HSL color Cylindrical-coordinate representation of color #F1440D: hue angle of 14.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1440D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.05 |
| HSL | 14.47º | 0.9% | 0.5% | - |
| HSV(B) | 14.47º | 0.95% | 0.95% | - |
| XYZ | 38.42 | 22.86 | 2.77 | - |
| YUV | 113.46 | 71.31 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 13 | 0 | 0.72 | 0.95 | 0.05 | 14.47 | 0.9 | 0.5 |
| Hex | F1 | 44 | D | 0 | 48 | 5F | 5 | E | 5A | 32 |
| Octal | 361 | 104 | 15 | 0 | 110 | 137 | 5 | 16 | 132 | 62 |
| Binary | 11110001 | 1000100 | 1101 | 0 | 1001000 | 1011111 | 101 | 1110 | 1011010 | 110010 |
Color Harmonies of #F1440D
Complementary color
Monochromatic Colors of #F1440D
Black with #F1440D
Text Example
Text Example
White with #F1440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1440D; }
p { color: rgb(241,68,13); }
H1.HeaderClassName
{
color: #F1440D;
}
.AnyTagClassName
{
color: #F1440D;
}
</style>
background-color css
<style>
a { background-color: #F1440D; }
a { background-color: rgb(241,68,13); }
div.DivClassName
{
background-color: #F1440D;
}
.BgClassName
{
background-color: #F1440D;
}
</style>
border-color css
<style>
span { border-color: #F1440D; }
span { border-color: rgb(241,68,13); }
td.TdClassName
{
border-color: #F1440D;
}
.TagClassName
{
border-color: #F1440D;
}
</style>