Shades of Orange Red #F1360D
Tints of Orange Red #F1360D
RGB
CMYK
RGB Variations
Color information
#F1360D (or 0xF1360D) is known color: Orange Red. HEX triplet: F1, 36 and 0D. RGB value is (241,54,13). Sum of RGB (Red+Green+Blue) = 241+54+13=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1360D is #0EC9F2. Grayscale: #696969. Windows color (decimal): -969203 or 866033. OLE color: 866033.
HSL color Cylindrical-coordinate representation of color #F1360D: hue angle of 10.79º 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 #F1360D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.79º | 0.9% | 0.5% | - |
| HSV(B) | 10.79º | 0.95% | 0.95% | - |
| XYZ | 37.67 | 21.37 | 2.52 | - |
| YUV | 105.24 | 75.95 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 13 | 0 | 0.78 | 0.95 | 0.05 | 10.79 | 0.9 | 0.5 |
| Hex | F1 | 36 | D | 0 | 4E | 5F | 5 | B | 5A | 32 |
| Octal | 361 | 66 | 15 | 0 | 116 | 137 | 5 | 13 | 132 | 62 |
| Binary | 11110001 | 110110 | 1101 | 0 | 1001110 | 1011111 | 101 | 1011 | 1011010 | 110010 |
Color Harmonies of #F1360D
Complementary color
Monochromatic Colors of #F1360D
Black with #F1360D
Text Example
Text Example
White with #F1360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1360D; }
p { color: rgb(241,54,13); }
H1.HeaderClassName
{
color: #F1360D;
}
.AnyTagClassName
{
color: #F1360D;
}
</style>
background-color css
<style>
a { background-color: #F1360D; }
a { background-color: rgb(241,54,13); }
div.DivClassName
{
background-color: #F1360D;
}
.BgClassName
{
background-color: #F1360D;
}
</style>
border-color css
<style>
span { border-color: #F1360D; }
span { border-color: rgb(241,54,13); }
td.TdClassName
{
border-color: #F1360D;
}
.TagClassName
{
border-color: #F1360D;
}
</style>