Shades of Red Orange #F33D1D
Tints of Red Orange #F33D1D
RGB
CMYK
RGB Variations
Color information
#F33D1D (or 0xF33D1D) is known color: Red Orange. HEX triplet: F3, 3D and 1D. RGB value is (243,61,29). Sum of RGB (Red+Green+Blue) = 243+61+29=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D1D is #0CC2E2. Grayscale: #707070. Windows color (decimal): -836323 or 1916403. OLE color: 1916403.
HSL color Cylindrical-coordinate representation of color #F33D1D: hue angle of 8.97º 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 #F33D1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 29 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.05 |
| HSL | 8.97º | 0.9% | 0.53% | - |
| HSV(B) | 8.97º | 0.88% | 0.95% | - |
| XYZ | 38.85 | 22.48 | 3.45 | - |
| YUV | 111.77 | 81.3 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 29 | 0 | 0.75 | 0.88 | 0.05 | 8.97 | 0.9 | 0.53 |
| Hex | F3 | 3D | 1D | 0 | 4B | 58 | 5 | 9 | 5A | 35 |
| Octal | 363 | 75 | 35 | 0 | 113 | 130 | 5 | 11 | 132 | 65 |
| Binary | 11110011 | 111101 | 11101 | 0 | 1001011 | 1011000 | 101 | 1001 | 1011010 | 110101 |
Color Harmonies of #F33D1D
Complementary color
Monochromatic Colors of #F33D1D
Black with #F33D1D
Text Example
Text Example
White with #F33D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D1D; }
p { color: rgb(243,61,29); }
H1.HeaderClassName
{
color: #F33D1D;
}
.AnyTagClassName
{
color: #F33D1D;
}
</style>
background-color css
<style>
a { background-color: #F33D1D; }
a { background-color: rgb(243,61,29); }
div.DivClassName
{
background-color: #F33D1D;
}
.BgClassName
{
background-color: #F33D1D;
}
</style>
border-color css
<style>
span { border-color: #F33D1D; }
span { border-color: rgb(243,61,29); }
td.TdClassName
{
border-color: #F33D1D;
}
.TagClassName
{
border-color: #F33D1D;
}
</style>