Shades of Red Orange #F1381D
Tints of Red Orange #F1381D
RGB
CMYK
RGB Variations
Color information
#F1381D (or 0xF1381D) is known color: Red Orange. HEX triplet: F1, 38 and 1D. RGB value is (241,56,29). Sum of RGB (Red+Green+Blue) = 241+56+29=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1381D is #0EC7E2. Grayscale: #6C6C6C. Windows color (decimal): -968675 or 1915121. OLE color: 1915121.
HSL color Cylindrical-coordinate representation of color #F1381D: hue angle of 7.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1381D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.05 |
| HSL | 7.64º | 0.88% | 0.53% | - |
| HSV(B) | 7.64º | 0.88% | 0.95% | - |
| XYZ | 37.91 | 21.62 | 3.34 | - |
| YUV | 108.24 | 83.29 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 29 | 0 | 0.77 | 0.88 | 0.05 | 7.64 | 0.88 | 0.53 |
| Hex | F1 | 38 | 1D | 0 | 4D | 58 | 5 | 8 | 58 | 35 |
| Octal | 361 | 70 | 35 | 0 | 115 | 130 | 5 | 10 | 130 | 65 |
| Binary | 11110001 | 111000 | 11101 | 0 | 1001101 | 1011000 | 101 | 1000 | 1011000 | 110101 |
Color Harmonies of #F1381D
Complementary color
Monochromatic Colors of #F1381D
Black with #F1381D
Text Example
Text Example
White with #F1381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1381D; }
p { color: rgb(241,56,29); }
H1.HeaderClassName
{
color: #F1381D;
}
.AnyTagClassName
{
color: #F1381D;
}
</style>
background-color css
<style>
a { background-color: #F1381D; }
a { background-color: rgb(241,56,29); }
div.DivClassName
{
background-color: #F1381D;
}
.BgClassName
{
background-color: #F1381D;
}
</style>
border-color css
<style>
span { border-color: #F1381D; }
span { border-color: rgb(241,56,29); }
td.TdClassName
{
border-color: #F1381D;
}
.TagClassName
{
border-color: #F1381D;
}
</style>