Shades of Red Orange #F0341B
Tints of Red Orange #F0341B
RGB
CMYK
RGB Variations
Color information
#F0341B (or 0xF0341B) is known color: Red Orange. HEX triplet: F0, 34 and 1B. RGB value is (240,52,27). Sum of RGB (Red+Green+Blue) = 240+52+27=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0341B is #0FCBE4. Grayscale: #696969. Windows color (decimal): -1035237 or 1783024. OLE color: 1783024.
HSL color Cylindrical-coordinate representation of color #F0341B: hue angle of 7.04º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0341B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.06 |
| HSL | 7.04º | 0.88% | 0.52% | - |
| HSV(B) | 7.04º | 0.89% | 0.94% | - |
| XYZ | 37.36 | 21.06 | 3.13 | - |
| YUV | 105.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 27 | 0 | 0.78 | 0.89 | 0.06 | 7.04 | 0.88 | 0.52 |
| Hex | F0 | 34 | 1B | 0 | 4E | 59 | 6 | 7 | 58 | 34 |
| Octal | 360 | 64 | 33 | 0 | 116 | 131 | 6 | 7 | 130 | 64 |
| Binary | 11110000 | 110100 | 11011 | 0 | 1001110 | 1011001 | 110 | 111 | 1011000 | 110100 |
Color Harmonies of #F0341B
Complementary color
Monochromatic Colors of #F0341B
Black with #F0341B
Text Example
Text Example
White with #F0341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0341B; }
p { color: rgb(240,52,27); }
H1.HeaderClassName
{
color: #F0341B;
}
.AnyTagClassName
{
color: #F0341B;
}
</style>
background-color css
<style>
a { background-color: #F0341B; }
a { background-color: rgb(240,52,27); }
div.DivClassName
{
background-color: #F0341B;
}
.BgClassName
{
background-color: #F0341B;
}
</style>
border-color css
<style>
span { border-color: #F0341B; }
span { border-color: rgb(240,52,27); }
td.TdClassName
{
border-color: #F0341B;
}
.TagClassName
{
border-color: #F0341B;
}
</style>