Shades of Red Orange #F2381E
Tints of Red Orange #F2381E
RGB
CMYK
RGB Variations
Color information
#F2381E (or 0xF2381E) is known color: Red Orange. HEX triplet: F2, 38 and 1E. RGB value is (242,56,30). Sum of RGB (Red+Green+Blue) = 242+56+30=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F2381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2381E is #0DC7E1. Grayscale: #6C6C6C. Windows color (decimal): -903138 or 1980658. OLE color: 1980658.
HSL color Cylindrical-coordinate representation of color #F2381E: hue angle of 7.36º degrees, saturation: 0.89, 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 #F2381E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.05 |
| HSL | 7.36º | 0.89% | 0.53% | - |
| HSV(B) | 7.36º | 0.88% | 0.95% | - |
| XYZ | 38.27 | 21.8 | 3.42 | - |
| YUV | 108.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 30 | 0 | 0.77 | 0.88 | 0.05 | 7.36 | 0.89 | 0.53 |
| Hex | F2 | 38 | 1E | 0 | 4D | 58 | 5 | 7 | 59 | 35 |
| Octal | 362 | 70 | 36 | 0 | 115 | 130 | 5 | 7 | 131 | 65 |
| Binary | 11110010 | 111000 | 11110 | 0 | 1001101 | 1011000 | 101 | 111 | 1011001 | 110101 |
Color Harmonies of #F2381E
Complementary color
Monochromatic Colors of #F2381E
Black with #F2381E
Text Example
Text Example
White with #F2381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2381E; }
p { color: rgb(242,56,30); }
H1.HeaderClassName
{
color: #F2381E;
}
.AnyTagClassName
{
color: #F2381E;
}
</style>
background-color css
<style>
a { background-color: #F2381E; }
a { background-color: rgb(242,56,30); }
div.DivClassName
{
background-color: #F2381E;
}
.BgClassName
{
background-color: #F2381E;
}
</style>
border-color css
<style>
span { border-color: #F2381E; }
span { border-color: rgb(242,56,30); }
td.TdClassName
{
border-color: #F2381E;
}
.TagClassName
{
border-color: #F2381E;
}
</style>