Shades of Red Orange #F33A2D
Tints of Red Orange #F33A2D
RGB
CMYK
RGB Variations
Color information
#F33A2D (or 0xF33A2D) is known color: Red Orange. HEX triplet: F3, 3A and 2D. RGB value is (243,58,45). Sum of RGB (Red+Green+Blue) = 243+58+45=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33A2D is #0CC5D2. Grayscale: #707070. Windows color (decimal): -837075 or 2964211. OLE color: 2964211.
HSL color Cylindrical-coordinate representation of color #F33A2D: hue angle of 3.94º 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 #F33A2D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.05 |
| HSL | 3.94º | 0.89% | 0.56% | - |
| HSV(B) | 3.94º | 0.81% | 0.95% | - |
| XYZ | 38.95 | 22.27 | 4.73 | - |
| YUV | 111.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 45 | 0 | 0.76 | 0.81 | 0.05 | 3.94 | 0.89 | 0.56 |
| Hex | F3 | 3A | 2D | 0 | 4C | 51 | 5 | 4 | 59 | 38 |
| Octal | 363 | 72 | 55 | 0 | 114 | 121 | 5 | 4 | 131 | 70 |
| Binary | 11110011 | 111010 | 101101 | 0 | 1001100 | 1010001 | 101 | 100 | 1011001 | 111000 |
Color Harmonies of #F33A2D
Complementary color
Monochromatic Colors of #F33A2D
Black with #F33A2D
Text Example
Text Example
White with #F33A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A2D; }
p { color: rgb(243,58,45); }
H1.HeaderClassName
{
color: #F33A2D;
}
.AnyTagClassName
{
color: #F33A2D;
}
</style>
background-color css
<style>
a { background-color: #F33A2D; }
a { background-color: rgb(243,58,45); }
div.DivClassName
{
background-color: #F33A2D;
}
.BgClassName
{
background-color: #F33A2D;
}
</style>
border-color css
<style>
span { border-color: #F33A2D; }
span { border-color: rgb(243,58,45); }
td.TdClassName
{
border-color: #F33A2D;
}
.TagClassName
{
border-color: #F33A2D;
}
</style>