Shades of Red Orange #F33A32
Tints of Red Orange #F33A32
RGB
CMYK
RGB Variations
Color information
#F33A32 (or 0xF33A32) is known color: Red Orange. HEX triplet: F3, 3A and 32. RGB value is (243,58,50). Sum of RGB (Red+Green+Blue) = 243+58+50=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33A32 is #0CC5CD. Grayscale: #707070. Windows color (decimal): -837070 or 3291891. OLE color: 3291891.
HSL color Cylindrical-coordinate representation of color #F33A32: hue angle of 2.49º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33A32 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 50 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.05 |
| HSL | 2.49º | 0.89% | 0.57% | - |
| HSV(B) | 2.49º | 0.79% | 0.95% | - |
| XYZ | 39.05 | 22.31 | 5.27 | - |
| YUV | 112.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 50 | 0 | 0.76 | 0.79 | 0.05 | 2.49 | 0.89 | 0.57 |
| Hex | F3 | 3A | 32 | 0 | 4C | 4F | 5 | 2 | 59 | 39 |
| Octal | 363 | 72 | 62 | 0 | 114 | 117 | 5 | 2 | 131 | 71 |
| Binary | 11110011 | 111010 | 110010 | 0 | 1001100 | 1001111 | 101 | 10 | 1011001 | 111001 |
Color Harmonies of #F33A32
Complementary color
Monochromatic Colors of #F33A32
Black with #F33A32
Text Example
Text Example
White with #F33A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A32; }
p { color: rgb(243,58,50); }
H1.HeaderClassName
{
color: #F33A32;
}
.AnyTagClassName
{
color: #F33A32;
}
</style>
background-color css
<style>
a { background-color: #F33A32; }
a { background-color: rgb(243,58,50); }
div.DivClassName
{
background-color: #F33A32;
}
.BgClassName
{
background-color: #F33A32;
}
</style>
border-color css
<style>
span { border-color: #F33A32; }
span { border-color: rgb(243,58,50); }
td.TdClassName
{
border-color: #F33A32;
}
.TagClassName
{
border-color: #F33A32;
}
</style>