Shades of Red Orange #F1341C
Tints of Red Orange #F1341C
RGB
CMYK
RGB Variations
Color information
#F1341C (or 0xF1341C) is known color: Red Orange. HEX triplet: F1, 34 and 1C. RGB value is (241,52,28). Sum of RGB (Red+Green+Blue) = 241+52+28=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F1341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1341C is #0ECBE3. Grayscale: #6A6A6A. Windows color (decimal): -969700 or 1848561. OLE color: 1848561.
HSL color Cylindrical-coordinate representation of color #F1341C: hue angle of 6.76º 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 #F1341C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 28 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.05 |
| HSL | 6.76º | 0.88% | 0.53% | - |
| HSV(B) | 6.76º | 0.88% | 0.95% | - |
| XYZ | 37.71 | 21.24 | 3.21 | - |
| YUV | 105.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 28 | 0 | 0.78 | 0.88 | 0.05 | 6.76 | 0.88 | 0.53 |
| Hex | F1 | 34 | 1C | 0 | 4E | 58 | 5 | 7 | 58 | 35 |
| Octal | 361 | 64 | 34 | 0 | 116 | 130 | 5 | 7 | 130 | 65 |
| Binary | 11110001 | 110100 | 11100 | 0 | 1001110 | 1011000 | 101 | 111 | 1011000 | 110101 |
Color Harmonies of #F1341C
Complementary color
Monochromatic Colors of #F1341C
Black with #F1341C
Text Example
Text Example
White with #F1341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1341C; }
p { color: rgb(241,52,28); }
H1.HeaderClassName
{
color: #F1341C;
}
.AnyTagClassName
{
color: #F1341C;
}
</style>
background-color css
<style>
a { background-color: #F1341C; }
a { background-color: rgb(241,52,28); }
div.DivClassName
{
background-color: #F1341C;
}
.BgClassName
{
background-color: #F1341C;
}
</style>
border-color css
<style>
span { border-color: #F1341C; }
span { border-color: rgb(241,52,28); }
td.TdClassName
{
border-color: #F1341C;
}
.TagClassName
{
border-color: #F1341C;
}
</style>