Shades of Red Orange #F33C2E
Tints of Red Orange #F33C2E
RGB
CMYK
RGB Variations
Color information
#F33C2E (or 0xF33C2E) is known color: Red Orange. HEX triplet: F3, 3C and 2E. RGB value is (243,60,46). Sum of RGB (Red+Green+Blue) = 243+60+46=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C2E is #0CC3D1. Grayscale: #717171. Windows color (decimal): -836562 or 3030259. OLE color: 3030259.
HSL color Cylindrical-coordinate representation of color #F33C2E: hue angle of 4.26º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F33C2E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 46 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.05 |
| HSL | 4.26º | 0.89% | 0.57% | - |
| HSV(B) | 4.26º | 0.81% | 0.95% | - |
| XYZ | 39.07 | 22.48 | 4.87 | - |
| YUV | 113.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 46 | 0 | 0.75 | 0.81 | 0.05 | 4.26 | 0.89 | 0.57 |
| Hex | F3 | 3C | 2E | 0 | 4B | 51 | 5 | 4 | 59 | 39 |
| Octal | 363 | 74 | 56 | 0 | 113 | 121 | 5 | 4 | 131 | 71 |
| Binary | 11110011 | 111100 | 101110 | 0 | 1001011 | 1010001 | 101 | 100 | 1011001 | 111001 |
Color Harmonies of #F33C2E
Complementary color
Monochromatic Colors of #F33C2E
Black with #F33C2E
Text Example
Text Example
White with #F33C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C2E; }
p { color: rgb(243,60,46); }
H1.HeaderClassName
{
color: #F33C2E;
}
.AnyTagClassName
{
color: #F33C2E;
}
</style>
background-color css
<style>
a { background-color: #F33C2E; }
a { background-color: rgb(243,60,46); }
div.DivClassName
{
background-color: #F33C2E;
}
.BgClassName
{
background-color: #F33C2E;
}
</style>
border-color css
<style>
span { border-color: #F33C2E; }
span { border-color: rgb(243,60,46); }
td.TdClassName
{
border-color: #F33C2E;
}
.TagClassName
{
border-color: #F33C2E;
}
</style>