Shades of Red Orange #F0271F
Tints of Red Orange #F0271F
RGB
CMYK
RGB Variations
Color information
#F0271F (or 0xF0271F) is known color: Red Orange. HEX triplet: F0, 27 and 1F. RGB value is (240,39,31). Sum of RGB (Red+Green+Blue) = 240+39+31=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0271F is #0FD8E0. Grayscale: #626262. Windows color (decimal): -1038561 or 2041840. OLE color: 2041840.
HSL color Cylindrical-coordinate representation of color #F0271F: hue angle of 2.3º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0271F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 31 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.06 |
| HSL | 2.3º | 0.87% | 0.53% | - |
| HSV(B) | 2.3º | 0.87% | 0.94% | - |
| XYZ | 36.91 | 20.08 | 3.23 | - |
| YUV | 98.19 | 90.09 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 31 | 0 | 0.84 | 0.87 | 0.06 | 2.3 | 0.87 | 0.53 |
| Hex | F0 | 27 | 1F | 0 | 54 | 57 | 6 | 2 | 57 | 35 |
| Octal | 360 | 47 | 37 | 0 | 124 | 127 | 6 | 2 | 127 | 65 |
| Binary | 11110000 | 100111 | 11111 | 0 | 1010100 | 1010111 | 110 | 10 | 1010111 | 110101 |
Color Harmonies of #F0271F
Complementary color
Monochromatic Colors of #F0271F
Black with #F0271F
Text Example
Text Example
White with #F0271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0271F; }
p { color: rgb(240,39,31); }
H1.HeaderClassName
{
color: #F0271F;
}
.AnyTagClassName
{
color: #F0271F;
}
</style>
background-color css
<style>
a { background-color: #F0271F; }
a { background-color: rgb(240,39,31); }
div.DivClassName
{
background-color: #F0271F;
}
.BgClassName
{
background-color: #F0271F;
}
</style>
border-color css
<style>
span { border-color: #F0271F; }
span { border-color: rgb(240,39,31); }
td.TdClassName
{
border-color: #F0271F;
}
.TagClassName
{
border-color: #F0271F;
}
</style>