Shades of Red Orange #F3281F
Tints of Red Orange #F3281F
RGB
CMYK
RGB Variations
Color information
#F3281F (or 0xF3281F) is known color: Red Orange. HEX triplet: F3, 28 and 1F. RGB value is (243,40,31). Sum of RGB (Red+Green+Blue) = 243+40+31=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F3281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3281F is #0CD7E0. Grayscale: #636363. Windows color (decimal): -841697 or 2042099. OLE color: 2042099.
HSL color Cylindrical-coordinate representation of color #F3281F: hue angle of 2.55º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3281F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 31 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.05 |
| HSL | 2.55º | 0.9% | 0.54% | - |
| HSV(B) | 2.55º | 0.87% | 0.95% | - |
| XYZ | 37.97 | 20.67 | 3.29 | - |
| YUV | 99.67 | 89.25 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 31 | 0 | 0.84 | 0.87 | 0.05 | 2.55 | 0.9 | 0.54 |
| Hex | F3 | 28 | 1F | 0 | 54 | 57 | 5 | 3 | 5A | 36 |
| Octal | 363 | 50 | 37 | 0 | 124 | 127 | 5 | 3 | 132 | 66 |
| Binary | 11110011 | 101000 | 11111 | 0 | 1010100 | 1010111 | 101 | 11 | 1011010 | 110110 |
Color Harmonies of #F3281F
Complementary color
Monochromatic Colors of #F3281F
Black with #F3281F
Text Example
Text Example
White with #F3281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3281F; }
p { color: rgb(243,40,31); }
H1.HeaderClassName
{
color: #F3281F;
}
.AnyTagClassName
{
color: #F3281F;
}
</style>
background-color css
<style>
a { background-color: #F3281F; }
a { background-color: rgb(243,40,31); }
div.DivClassName
{
background-color: #F3281F;
}
.BgClassName
{
background-color: #F3281F;
}
</style>
border-color css
<style>
span { border-color: #F3281F; }
span { border-color: rgb(243,40,31); }
td.TdClassName
{
border-color: #F3281F;
}
.TagClassName
{
border-color: #F3281F;
}
</style>