Shades of Red Orange #F3322C
Tints of Red Orange #F3322C
RGB
CMYK
RGB Variations
Color information
#F3322C (or 0xF3322C) is known color: Red Orange. HEX triplet: F3, 32 and 2C. RGB value is (243,50,44). Sum of RGB (Red+Green+Blue) = 243+50+44=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3322C is #0CCDD3. Grayscale: #6B6B6B. Windows color (decimal): -839124 or 2896627. OLE color: 2896627.
HSL color Cylindrical-coordinate representation of color #F3322C: hue angle of 1.81º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3322C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 44 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.05 |
| HSL | 1.81º | 0.89% | 0.56% | - |
| HSV(B) | 1.81º | 0.82% | 0.95% | - |
| XYZ | 38.56 | 21.52 | 4.5 | - |
| YUV | 107.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 44 | 0 | 0.79 | 0.82 | 0.05 | 1.81 | 0.89 | 0.56 |
| Hex | F3 | 32 | 2C | 0 | 4F | 52 | 5 | 2 | 59 | 38 |
| Octal | 363 | 62 | 54 | 0 | 117 | 122 | 5 | 2 | 131 | 70 |
| Binary | 11110011 | 110010 | 101100 | 0 | 1001111 | 1010010 | 101 | 10 | 1011001 | 111000 |
Color Harmonies of #F3322C
Complementary color
Monochromatic Colors of #F3322C
Black with #F3322C
Text Example
Text Example
White with #F3322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3322C; }
p { color: rgb(243,50,44); }
H1.HeaderClassName
{
color: #F3322C;
}
.AnyTagClassName
{
color: #F3322C;
}
</style>
background-color css
<style>
a { background-color: #F3322C; }
a { background-color: rgb(243,50,44); }
div.DivClassName
{
background-color: #F3322C;
}
.BgClassName
{
background-color: #F3322C;
}
</style>
border-color css
<style>
span { border-color: #F3322C; }
span { border-color: rgb(243,50,44); }
td.TdClassName
{
border-color: #F3322C;
}
.TagClassName
{
border-color: #F3322C;
}
</style>