Shades of Red Orange #F33D1F
Tints of Red Orange #F33D1F
RGB
CMYK
RGB Variations
Color information
#F33D1F (or 0xF33D1F) is known color: Red Orange. HEX triplet: F3, 3D and 1F. RGB value is (243,61,31). Sum of RGB (Red+Green+Blue) = 243+61+31=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D1F is #0CC2E0. Grayscale: #707070. Windows color (decimal): -836321 or 2047475. OLE color: 2047475.
HSL color Cylindrical-coordinate representation of color #F33D1F: hue angle of 8.49º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F33D1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.05 |
| HSL | 8.49º | 0.9% | 0.54% | - |
| HSV(B) | 8.49º | 0.87% | 0.95% | - |
| XYZ | 38.88 | 22.49 | 3.59 | - |
| YUV | 112 | 82.3 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 31 | 0 | 0.75 | 0.87 | 0.05 | 8.49 | 0.9 | 0.54 |
| Hex | F3 | 3D | 1F | 0 | 4B | 57 | 5 | 8 | 5A | 36 |
| Octal | 363 | 75 | 37 | 0 | 113 | 127 | 5 | 10 | 132 | 66 |
| Binary | 11110011 | 111101 | 11111 | 0 | 1001011 | 1010111 | 101 | 1000 | 1011010 | 110110 |
Color Harmonies of #F33D1F
Complementary color
Monochromatic Colors of #F33D1F
Black with #F33D1F
Text Example
Text Example
White with #F33D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D1F; }
p { color: rgb(243,61,31); }
H1.HeaderClassName
{
color: #F33D1F;
}
.AnyTagClassName
{
color: #F33D1F;
}
</style>
background-color css
<style>
a { background-color: #F33D1F; }
a { background-color: rgb(243,61,31); }
div.DivClassName
{
background-color: #F33D1F;
}
.BgClassName
{
background-color: #F33D1F;
}
</style>
border-color css
<style>
span { border-color: #F33D1F; }
span { border-color: rgb(243,61,31); }
td.TdClassName
{
border-color: #F33D1F;
}
.TagClassName
{
border-color: #F33D1F;
}
</style>