Shades of Red Orange #F33121
Tints of Red Orange #F33121
RGB
CMYK
RGB Variations
Color information
#F33121 (or 0xF33121) is known color: Red Orange. HEX triplet: F3, 31 and 21. RGB value is (243,49,33). Sum of RGB (Red+Green+Blue) = 243+49+33=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F33121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33121 is #0CCEDE. Grayscale: #696969. Windows color (decimal): -839391 or 2175475. OLE color: 2175475.
HSL color Cylindrical-coordinate representation of color #F33121: hue angle of 4.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F33121 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 33 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.05 |
| HSL | 4.57º | 0.9% | 0.54% | - |
| HSV(B) | 4.57º | 0.86% | 0.95% | - |
| XYZ | 38.33 | 21.36 | 3.54 | - |
| YUV | 105.18 | 87.27 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 33 | 0 | 0.80 | 0.86 | 0.05 | 4.57 | 0.9 | 0.54 |
| Hex | F3 | 31 | 21 | 0 | 50 | 56 | 5 | 5 | 5A | 36 |
| Octal | 363 | 61 | 41 | 0 | 120 | 126 | 5 | 5 | 132 | 66 |
| Binary | 11110011 | 110001 | 100001 | 0 | 1010000 | 1010110 | 101 | 101 | 1011010 | 110110 |
Color Harmonies of #F33121
Complementary color
Monochromatic Colors of #F33121
Black with #F33121
Text Example
Text Example
White with #F33121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33121; }
p { color: rgb(243,49,33); }
H1.HeaderClassName
{
color: #F33121;
}
.AnyTagClassName
{
color: #F33121;
}
</style>
background-color css
<style>
a { background-color: #F33121; }
a { background-color: rgb(243,49,33); }
div.DivClassName
{
background-color: #F33121;
}
.BgClassName
{
background-color: #F33121;
}
</style>
border-color css
<style>
span { border-color: #F33121; }
span { border-color: rgb(243,49,33); }
td.TdClassName
{
border-color: #F33121;
}
.TagClassName
{
border-color: #F33121;
}
</style>