Shades of Red Orange #F33631
Tints of Red Orange #F33631
RGB
CMYK
RGB Variations
Color information
#F33631 (or 0xF33631) is known color: Red Orange. HEX triplet: F3, 36 and 31. RGB value is (243,54,49). Sum of RGB (Red+Green+Blue) = 243+54+49=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F33631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33631 is #0CC9CE. Grayscale: #6E6E6E. Windows color (decimal): -838095 or 3225331. OLE color: 3225331.
HSL color Cylindrical-coordinate representation of color #F33631: hue angle of 1.55º 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 #F33631 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 49 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.05 |
| HSL | 1.55º | 0.89% | 0.57% | - |
| HSV(B) | 1.55º | 0.8% | 0.95% | - |
| XYZ | 38.84 | 21.91 | 5.09 | - |
| YUV | 109.94 | 93.62 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 49 | 0 | 0.78 | 0.80 | 0.05 | 1.55 | 0.89 | 0.57 |
| Hex | F3 | 36 | 31 | 0 | 4E | 50 | 5 | 2 | 59 | 39 |
| Octal | 363 | 66 | 61 | 0 | 116 | 120 | 5 | 2 | 131 | 71 |
| Binary | 11110011 | 110110 | 110001 | 0 | 1001110 | 1010000 | 101 | 10 | 1011001 | 111001 |
Color Harmonies of #F33631
Complementary color
Monochromatic Colors of #F33631
Black with #F33631
Text Example
Text Example
White with #F33631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33631; }
p { color: rgb(243,54,49); }
H1.HeaderClassName
{
color: #F33631;
}
.AnyTagClassName
{
color: #F33631;
}
</style>
background-color css
<style>
a { background-color: #F33631; }
a { background-color: rgb(243,54,49); }
div.DivClassName
{
background-color: #F33631;
}
.BgClassName
{
background-color: #F33631;
}
</style>
border-color css
<style>
span { border-color: #F33631; }
span { border-color: rgb(243,54,49); }
td.TdClassName
{
border-color: #F33631;
}
.TagClassName
{
border-color: #F33631;
}
</style>