Shades of Red Orange #F34136
Tints of Red Orange #F34136
RGB
CMYK
RGB Variations
Color information
#F34136 (or 0xF34136) is known color: Red Orange. HEX triplet: F3, 41 and 36. RGB value is (243,65,54). Sum of RGB (Red+Green+Blue) = 243+65+54=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F34136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34136 is #0CBEC9. Grayscale: #757575. Windows color (decimal): -835274 or 3555827. OLE color: 3555827.
HSL color Cylindrical-coordinate representation of color #F34136: hue angle of 3.49º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F34136 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 54 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.05 |
| HSL | 3.49º | 0.89% | 0.58% | - |
| HSV(B) | 3.49º | 0.78% | 0.95% | - |
| XYZ | 39.52 | 23.1 | 5.87 | - |
| YUV | 116.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 54 | 0 | 0.73 | 0.78 | 0.05 | 3.49 | 0.89 | 0.58 |
| Hex | F3 | 41 | 36 | 0 | 49 | 4E | 5 | 3 | 59 | 3A |
| Octal | 363 | 101 | 66 | 0 | 111 | 116 | 5 | 3 | 131 | 72 |
| Binary | 11110011 | 1000001 | 110110 | 0 | 1001001 | 1001110 | 101 | 11 | 1011001 | 111010 |
Color Harmonies of #F34136
Complementary color
Monochromatic Colors of #F34136
Black with #F34136
Text Example
Text Example
White with #F34136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34136; }
p { color: rgb(243,65,54); }
H1.HeaderClassName
{
color: #F34136;
}
.AnyTagClassName
{
color: #F34136;
}
</style>
background-color css
<style>
a { background-color: #F34136; }
a { background-color: rgb(243,65,54); }
div.DivClassName
{
background-color: #F34136;
}
.BgClassName
{
background-color: #F34136;
}
</style>
border-color css
<style>
span { border-color: #F34136; }
span { border-color: rgb(243,65,54); }
td.TdClassName
{
border-color: #F34136;
}
.TagClassName
{
border-color: #F34136;
}
</style>