Shades of Red Orange #F33131
Tints of Red Orange #F33131
RGB
CMYK
RGB Variations
Color information
#F33131 (or 0xF33131) is known color: Red Orange. HEX triplet: F3, 31 and 31. RGB value is (243,49,49). Sum of RGB (Red+Green+Blue) = 243+49+49=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F33131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33131 is #0CCECE. Grayscale: #6B6B6B. Windows color (decimal): -839375 or 3224051. OLE color: 3224051.
HSL color Cylindrical-coordinate representation of color #F33131: hue angle of 0º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33131 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 49 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.05 |
| HSL | 0º | 0.89% | 0.57% | - |
| HSV(B) | 0º | 0.8% | 0.95% | - |
| XYZ | 38.61 | 21.47 | 5.02 | - |
| YUV | 107.01 | 95.27 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 49 | 0 | 0.80 | 0.80 | 0.05 | 0 | 0.89 | 0.57 |
| Hex | F3 | 31 | 31 | 0 | 50 | 50 | 5 | 0 | 59 | 39 |
| Octal | 363 | 61 | 61 | 0 | 120 | 120 | 5 | 0 | 131 | 71 |
| Binary | 11110011 | 110001 | 110001 | 0 | 1010000 | 1010000 | 101 | 0 | 1011001 | 111001 |
Color Harmonies of #F33131
Complementary color
Monochromatic Colors of #F33131
Black with #F33131
Text Example
Text Example
White with #F33131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33131; }
p { color: rgb(243,49,49); }
H1.HeaderClassName
{
color: #F33131;
}
.AnyTagClassName
{
color: #F33131;
}
</style>
background-color css
<style>
a { background-color: #F33131; }
a { background-color: rgb(243,49,49); }
div.DivClassName
{
background-color: #F33131;
}
.BgClassName
{
background-color: #F33131;
}
</style>
border-color css
<style>
span { border-color: #F33131; }
span { border-color: rgb(243,49,49); }
td.TdClassName
{
border-color: #F33131;
}
.TagClassName
{
border-color: #F33131;
}
</style>