Shades of Red Orange #F34139
Tints of Red Orange #F34139
RGB
CMYK
RGB Variations
Color information
#F34139 (or 0xF34139) is known color: Red Orange. HEX triplet: F3, 41 and 39. RGB value is (243,65,57). Sum of RGB (Red+Green+Blue) = 243+65+57=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F34139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34139 is #0CBEC6. Grayscale: #757575. Windows color (decimal): -835271 or 3752435. OLE color: 3752435.
HSL color Cylindrical-coordinate representation of color #F34139: hue angle of 2.58º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F34139 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 57 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.05 |
| HSL | 2.58º | 0.89% | 0.59% | - |
| HSV(B) | 2.58º | 0.77% | 0.95% | - |
| XYZ | 39.59 | 23.13 | 6.25 | - |
| YUV | 117.31 | 93.97 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 57 | 0 | 0.73 | 0.77 | 0.05 | 2.58 | 0.89 | 0.59 |
| Hex | F3 | 41 | 39 | 0 | 49 | 4D | 5 | 3 | 59 | 3B |
| Octal | 363 | 101 | 71 | 0 | 111 | 115 | 5 | 3 | 131 | 73 |
| Binary | 11110011 | 1000001 | 111001 | 0 | 1001001 | 1001101 | 101 | 11 | 1011001 | 111011 |
Color Harmonies of #F34139
Complementary color
Monochromatic Colors of #F34139
Black with #F34139
Text Example
Text Example
White with #F34139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34139; }
p { color: rgb(243,65,57); }
H1.HeaderClassName
{
color: #F34139;
}
.AnyTagClassName
{
color: #F34139;
}
</style>
background-color css
<style>
a { background-color: #F34139; }
a { background-color: rgb(243,65,57); }
div.DivClassName
{
background-color: #F34139;
}
.BgClassName
{
background-color: #F34139;
}
</style>
border-color css
<style>
span { border-color: #F34139; }
span { border-color: rgb(243,65,57); }
td.TdClassName
{
border-color: #F34139;
}
.TagClassName
{
border-color: #F34139;
}
</style>