Shades of Red Orange #F3322D
Tints of Red Orange #F3322D
RGB
CMYK
RGB Variations
Color information
#F3322D (or 0xF3322D) is known color: Red Orange. HEX triplet: F3, 32 and 2D. RGB value is (243,50,45). Sum of RGB (Red+Green+Blue) = 243+50+45=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F3322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3322D is #0CCDD2. Grayscale: #6B6B6B. Windows color (decimal): -839123 or 2962163. OLE color: 2962163.
HSL color Cylindrical-coordinate representation of color #F3322D: hue angle of 1.52º 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 #F3322D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 45 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.05 |
| HSL | 1.52º | 0.89% | 0.56% | - |
| HSV(B) | 1.52º | 0.81% | 0.95% | - |
| XYZ | 38.58 | 21.53 | 4.6 | - |
| YUV | 107.14 | 92.94 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 45 | 0 | 0.79 | 0.81 | 0.05 | 1.52 | 0.89 | 0.56 |
| Hex | F3 | 32 | 2D | 0 | 4F | 51 | 5 | 2 | 59 | 38 |
| Octal | 363 | 62 | 55 | 0 | 117 | 121 | 5 | 2 | 131 | 70 |
| Binary | 11110011 | 110010 | 101101 | 0 | 1001111 | 1010001 | 101 | 10 | 1011001 | 111000 |
Color Harmonies of #F3322D
Complementary color
Monochromatic Colors of #F3322D
Black with #F3322D
Text Example
Text Example
White with #F3322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3322D; }
p { color: rgb(243,50,45); }
H1.HeaderClassName
{
color: #F3322D;
}
.AnyTagClassName
{
color: #F3322D;
}
</style>
background-color css
<style>
a { background-color: #F3322D; }
a { background-color: rgb(243,50,45); }
div.DivClassName
{
background-color: #F3322D;
}
.BgClassName
{
background-color: #F3322D;
}
</style>
border-color css
<style>
span { border-color: #F3322D; }
span { border-color: rgb(243,50,45); }
td.TdClassName
{
border-color: #F3322D;
}
.TagClassName
{
border-color: #F3322D;
}
</style>