Shades of Red Orange #F33F1D
Tints of Red Orange #F33F1D
RGB
CMYK
RGB Variations
Color information
#F33F1D (or 0xF33F1D) is known color: Red Orange. HEX triplet: F3, 3F and 1D. RGB value is (243,63,29). Sum of RGB (Red+Green+Blue) = 243+63+29=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33F1D is #0CC0E2. Grayscale: #717171. Windows color (decimal): -835811 or 1916915. OLE color: 1916915.
HSL color Cylindrical-coordinate representation of color #F33F1D: hue angle of 9.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F33F1D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.05 |
| HSL | 9.53º | 0.9% | 0.53% | - |
| HSV(B) | 9.53º | 0.88% | 0.95% | - |
| XYZ | 38.96 | 22.7 | 3.49 | - |
| YUV | 112.94 | 80.63 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 29 | 0 | 0.74 | 0.88 | 0.05 | 9.53 | 0.9 | 0.53 |
| Hex | F3 | 3F | 1D | 0 | 4A | 58 | 5 | A | 5A | 35 |
| Octal | 363 | 77 | 35 | 0 | 112 | 130 | 5 | 12 | 132 | 65 |
| Binary | 11110011 | 111111 | 11101 | 0 | 1001010 | 1011000 | 101 | 1010 | 1011010 | 110101 |
Color Harmonies of #F33F1D
Complementary color
Monochromatic Colors of #F33F1D
Black with #F33F1D
Text Example
Text Example
White with #F33F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F1D; }
p { color: rgb(243,63,29); }
H1.HeaderClassName
{
color: #F33F1D;
}
.AnyTagClassName
{
color: #F33F1D;
}
</style>
background-color css
<style>
a { background-color: #F33F1D; }
a { background-color: rgb(243,63,29); }
div.DivClassName
{
background-color: #F33F1D;
}
.BgClassName
{
background-color: #F33F1D;
}
</style>
border-color css
<style>
span { border-color: #F33F1D; }
span { border-color: rgb(243,63,29); }
td.TdClassName
{
border-color: #F33F1D;
}
.TagClassName
{
border-color: #F33F1D;
}
</style>