Shades of Red Orange #F33A2C
Tints of Red Orange #F33A2C
RGB
CMYK
RGB Variations
Color information
#F33A2C (or 0xF33A2C) is known color: Red Orange. HEX triplet: F3, 3A and 2C. RGB value is (243,58,44). Sum of RGB (Red+Green+Blue) = 243+58+44=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33A2C is #0CC5D3. Grayscale: #6F6F6F. Windows color (decimal): -837076 or 2898675. OLE color: 2898675.
HSL color Cylindrical-coordinate representation of color #F33A2C: hue angle of 4.22º 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 #F33A2C is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 44 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.05 |
| HSL | 4.22º | 0.89% | 0.56% | - |
| HSV(B) | 4.22º | 0.82% | 0.95% | - |
| XYZ | 38.93 | 22.26 | 4.63 | - |
| YUV | 111.72 | 89.79 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 44 | 0 | 0.76 | 0.82 | 0.05 | 4.22 | 0.89 | 0.56 |
| Hex | F3 | 3A | 2C | 0 | 4C | 52 | 5 | 4 | 59 | 38 |
| Octal | 363 | 72 | 54 | 0 | 114 | 122 | 5 | 4 | 131 | 70 |
| Binary | 11110011 | 111010 | 101100 | 0 | 1001100 | 1010010 | 101 | 100 | 1011001 | 111000 |
Color Harmonies of #F33A2C
Complementary color
Monochromatic Colors of #F33A2C
Black with #F33A2C
Text Example
Text Example
White with #F33A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A2C; }
p { color: rgb(243,58,44); }
H1.HeaderClassName
{
color: #F33A2C;
}
.AnyTagClassName
{
color: #F33A2C;
}
</style>
background-color css
<style>
a { background-color: #F33A2C; }
a { background-color: rgb(243,58,44); }
div.DivClassName
{
background-color: #F33A2C;
}
.BgClassName
{
background-color: #F33A2C;
}
</style>
border-color css
<style>
span { border-color: #F33A2C; }
span { border-color: rgb(243,58,44); }
td.TdClassName
{
border-color: #F33A2C;
}
.TagClassName
{
border-color: #F33A2C;
}
</style>