Shades of Red Orange #F34A2D
Tints of Red Orange #F34A2D
RGB
CMYK
RGB Variations
Color information
#F34A2D (or 0xF34A2D) is known color: Red Orange. HEX triplet: F3, 4A and 2D. RGB value is (243,74,45). Sum of RGB (Red+Green+Blue) = 243+74+45=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34A2D is #0CB5D2. Grayscale: #797979. Windows color (decimal): -832979 or 2968307. OLE color: 2968307.
HSL color Cylindrical-coordinate representation of color #F34A2D: hue angle of 8.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F34A2D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.05 |
| HSL | 8.79º | 0.89% | 0.56% | - |
| HSV(B) | 8.79º | 0.81% | 0.95% | - |
| XYZ | 39.88 | 24.14 | 5.04 | - |
| YUV | 121.23 | 84.99 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 45 | 0 | 0.70 | 0.81 | 0.05 | 8.79 | 0.89 | 0.56 |
| Hex | F3 | 4A | 2D | 0 | 46 | 51 | 5 | 9 | 59 | 38 |
| Octal | 363 | 112 | 55 | 0 | 106 | 121 | 5 | 11 | 131 | 70 |
| Binary | 11110011 | 1001010 | 101101 | 0 | 1000110 | 1010001 | 101 | 1001 | 1011001 | 111000 |
Color Harmonies of #F34A2D
Complementary color
Monochromatic Colors of #F34A2D
Black with #F34A2D
Text Example
Text Example
White with #F34A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A2D; }
p { color: rgb(243,74,45); }
H1.HeaderClassName
{
color: #F34A2D;
}
.AnyTagClassName
{
color: #F34A2D;
}
</style>
background-color css
<style>
a { background-color: #F34A2D; }
a { background-color: rgb(243,74,45); }
div.DivClassName
{
background-color: #F34A2D;
}
.BgClassName
{
background-color: #F34A2D;
}
</style>
border-color css
<style>
span { border-color: #F34A2D; }
span { border-color: rgb(243,74,45); }
td.TdClassName
{
border-color: #F34A2D;
}
.TagClassName
{
border-color: #F34A2D;
}
</style>